Skip to content

Commit 3ac4f1d

Browse files
committed
disable no-var rule in ESLint configuration
1 parent 49548ab commit 3ac4f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default [
2525
"@typescript-eslint/no-unused-vars": "off",
2626
"no-empty-pattern": "off",
2727
"no-empty": "off",
28+
"no-var": "off",
2829
"prefer-const": "off",
2930
}
3031
}

0 commit comments

Comments
 (0)