UNPKG
a11y-checker
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.1
2.0.1
2.0.0
1.0.0
Identifies accessibility issues in your code.
github.com/Muhnad/a11y-checker
Muhnad/a11y-checker
a11y-checker
/
.eslintrc
17 lines
(16 loc)
•
263 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"rules"
:
{
"indent"
:
[
"error"
,
2
]
}
,
"env"
:
{
"es6"
:
true
,
"browser"
:
true
,
"node"
:
true
}
,
"parser"
:
"babel-eslint"
,
"parserOptions"
:
{
"ecmaVersion"
:
6
,
"sourceType"
:
"module"
}
,
"extends"
:
"eslint:recommended"
}