mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
24 lines
331 B
JSON
24 lines
331 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "../src/.eslintrc.json",
|
|
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
"sourceType": "script"
|
|
},
|
|
|
|
"globals": {
|
|
"define": false,
|
|
"module": true,
|
|
"Proxy": false,
|
|
"Reflect": false
|
|
},
|
|
|
|
"rules": {
|
|
// That is okay for the built version
|
|
"no-multiple-empty-lines": "off",
|
|
"one-var": "off"
|
|
}
|
|
}
|