accessibilityjs/.eslintrc.json

12 строки
162 B
JSON

{
"env": {
"browser": true,
"amd": true
},
"extends": [
"plugin:github/recommended",
"plugin:github/es6",
"plugin:github/browser"
]
}