mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
change rule exceptions in .eslintrc (#3305)
for all files beginning with `config/config.js` so e.g. `config.js` and `config.js.template` are included. Otherwise the test will always fail locally if someone has renamed `config.js.sample` to `config.js`.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["config/config.js.sample"],
|
||||
"files": ["config/config.js*"],
|
||||
"rules": {
|
||||
"@stylistic/comma-dangle": "off",
|
||||
"@stylistic/indent": "off",
|
||||
|
Reference in New Issue
Block a user