We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a594ed9 commit a318759Copy full SHA for a318759
eslint.config.ts
@@ -4,7 +4,7 @@ import perfectionist from "eslint-plugin-perfectionist";
4
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
5
import tseslint, { configs } from "typescript-eslint";
6
export default tseslint.config(
7
- { ignores: ["**/index.js", "**/index.d.ts"] },
+ { ignores: ["**/dist"] },
8
{
9
rules: {
10
"@typescript-eslint/no-use-before-define": ["error", "nofunc"],
@@ -15,6 +15,7 @@ export default tseslint.config(
15
optionalDependencies: false,
16
},
17
],
18
+ "no-use-before-define": "off",
19
20
21
0 commit comments