Updated: .eslintrc

This commit is contained in:
nobody 2021-11-28 09:29:12 +01:00
parent 3ae0eccc3d
commit d1c8162986
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
"targets": true,
"wrappers": true,
},
"overrides": {
"overrides": [{
"files": [
"core/constants.js",
"core/files.js",
@ -69,7 +69,7 @@
"rules": {
"no-unused-vars": "off"
}
},
}],
"rules": {
"array-bracket-newline": "error",
"array-bracket-spacing": "error",