We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f6b6c commit 67d2494Copy full SHA for 67d2494
.eslintrc.js
@@ -12,4 +12,5 @@ module.exports = {
12
"@typescript-eslint/no-use-before-define": "off",
13
"node/no-missing-import": "off",
14
},
15
+ ignores: ["tests/", "node_modules/", "lib/"],
16
};
0 commit comments