Skip to content

Commit a318759

Browse files
committed
modified: eslint.config.ts
1 parent a594ed9 commit a318759

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import perfectionist from "eslint-plugin-perfectionist";
44
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
55
import tseslint, { configs } from "typescript-eslint";
66
export default tseslint.config(
7-
{ ignores: ["**/index.js", "**/index.d.ts"] },
7+
{ ignores: ["**/dist"] },
88
{
99
rules: {
1010
"@typescript-eslint/no-use-before-define": ["error", "nofunc"],
@@ -15,6 +15,7 @@ export default tseslint.config(
1515
optionalDependencies: false,
1616
},
1717
],
18+
"no-use-before-define": "off",
1819
},
1920
},
2021
{

0 commit comments

Comments
 (0)