We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c2fce commit 6394aecCopy full SHA for 6394aec
eslint.config.js
@@ -7,7 +7,7 @@ const DEV_FILES = ["eslint.config.js"]
7
/** @type {import("eslint").Linter.Config[]} */
8
export default [
9
{
10
- ignores: commonIgnores,
+ ignores: [...commonIgnores],
11
},
12
13
...tsNodeConfig,
0 commit comments