mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
19 lines
182 B
JSON
19 lines
182 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "jquery",
|
|
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
},
|
|
|
|
"env": {
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
|
|
"rules": {
|
|
"strict": ["error", "global"]
|
|
}
|
|
}
|