14 lines
247 B
JSON
14 lines
247 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"../../../.eslintrc.json"
|
||
|
],
|
||
|
"env": {
|
||
|
"jasmine": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"unicorn/consistent-function-scoping": "off",
|
||
|
"unicorn/no-useless-undefined": "off",
|
||
|
"unicorn/prefer-add-event-listener": "off"
|
||
|
}
|
||
|
}
|