Skip to content

Commit 83dfbe8

Browse files
committed
refactor: update eslint configuration to ignore tests/generateFakeImage.js
1 parent 3fd2708 commit 83dfbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default tseslint.config(
1313
tsconfigRootDir: ".",
1414
},
1515
},
16-
ignores: ["webpack.config.js", "dist/"],
16+
ignores: ["webpack.config.js", "dist/", "tests/generateFakeImage.js"],
1717
rules: {
1818
"no-else-return": ["error", { allowElseIf: false }],
1919
"consistent-return": "error",

0 commit comments

Comments
 (0)