16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"extends": [
|
|
"../../../resources/src/.eslintrc.json"
|
|
],
|
|
"rules": {
|
|
"array-bracket-spacing": "off",
|
|
"comma-spacing": "off",
|
|
"eol-last": "off",
|
|
"indent": "off",
|
|
"key-spacing": "off",
|
|
"no-multi-spaces": "off",
|
|
"no-multiple-empty-lines": "off",
|
|
"object-curly-spacing": "off",
|
|
"strict": "off"
|
|
}
|
|
}
|