mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
4af5caed7a
Close gh-2234
39 lines
537 B
JSON
39 lines
537 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "jquery",
|
|
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*"],
|
|
"env": {
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2022,
|
|
"sourceType": "module"
|
|
}
|
|
},
|
|
{
|
|
"files": ["./listeners.js"],
|
|
"env": {
|
|
"browser": true,
|
|
"node": false
|
|
},
|
|
"globals": {
|
|
"QUnit": false,
|
|
"Symbol": false,
|
|
"require": false
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
"sourceType": "script"
|
|
},
|
|
"rules": {
|
|
"strict": ["error", "function"]
|
|
}
|
|
}
|
|
]
|
|
}
|