jquery-ui/.eslintrc.json

22 lines
303 B
JSON
Raw Normal View History

{
"root": true,
"extends": "jquery",
// Uncomment to find useless comment disable directives
// "reportUnusedDisableDirectives": true,
"parserOptions": {
"ecmaVersion": 2018
},
"env": {
"es6": true,
"node": true
},
"rules": {
"strict": [ "error", "global" ]
}
}