Skip to content

Commit 129b729

Browse files
Merge pull request #38 from abhiramasonny/vscode
hints
2 parents 82c7808 + 0f48786 commit 129b729

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.hintrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"axe/text-alternatives": [
7+
"default",
8+
{
9+
"image-alt": "off"
10+
}
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)