Skip to content

Commit 5ae2491

Browse files
committed
refactor: update eslint configuration to ignore types directory
1 parent c58a1b9 commit 5ae2491

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eslint.config.mjs

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ export default tseslint.config(
1313
tsconfigRootDir: ".",
1414
},
1515
},
16-
ignores: ["webpack.config.js", "dist/", "tests/generateFakeImage.js"],
16+
ignores: [
17+
"webpack.config.js",
18+
"dist/",
19+
"tests/generateFakeImage.js",
20+
"types/",
21+
],
1722
rules: {
1823
"no-else-return": ["error", { allowElseIf: false }],
1924
"consistent-return": "error",

0 commit comments

Comments
 (0)