Skip to content

Commit 5538cb0

Browse files
Remove config file definition and fix indent
1 parent abefb0e commit 5538cb0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

eslint.config.mjs

-8
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ const config = [
107107
"prefer-destructuring": "off"
108108
}
109109
},
110-
{
111-
files: ["config/config.js*", "config/config.js.sample"],
112-
rules: {
113-
"@stylistic/comma-dangle": "off",
114-
"@stylistic/indent": "off",
115-
"@stylistic/no-multi-spaces": "off"
116-
}
117-
},
118110
{
119111
files: ["tests/configs/modules/weather/*.js"],
120112
rules: {

0 commit comments

Comments
 (0)