We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd2708 commit 83dfbe8Copy full SHA for 83dfbe8
eslint.config.mjs
@@ -13,7 +13,7 @@ export default tseslint.config(
13
tsconfigRootDir: ".",
14
},
15
16
- ignores: ["webpack.config.js", "dist/"],
+ ignores: ["webpack.config.js", "dist/", "tests/generateFakeImage.js"],
17
rules: {
18
"no-else-return": ["error", { allowElseIf: false }],
19
"consistent-return": "error",
0 commit comments