Skip to content

Commit f16497d

Browse files
committed
chore: simplify eslint config file
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent d0ce7a1 commit f16497d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ module.exports = {
1414
rules: {
1515
'@typescript-eslint/explicit-module-boundary-types': 'off',
1616
'@typescript-eslint/no-non-null-assertion': 'off',
17+
'@typescript-eslint/no-explicit-any': 'warn',
18+
'@typescript-eslint/no-empty-object-type': 'off',
1719
},
1820
ignorePatterns: [
1921
"node_modules",
20-
"dist",
21-
"coverage",
22-
"bundle",
23-
"runtime",
2422
"vendor",
25-
".eslintrc.js",
26-
"wasm_exec.js"
23+
".eslintrc.js"
2724
]
2825
}

0 commit comments

Comments
 (0)