mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
22 lines
303 B
JSON
22 lines
303 B
JSON
|
{
|
||
|
"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" ]
|
||
|
}
|
||
|
}
|