Skip to content

Commit e715182

Browse files
committed
Remove var rule from eslint
1 parent 414b168 commit e715182

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = deepmerge(base, {
99
"@typescript-eslint/ban-ts-ignore": "off",
1010
"no-unused-expressions": "off",
1111
"@typescript-eslint/no-unused-expressions": "error",
12-
"no-var": "off",
1312
"no-undef": "off"
1413
}
1514
});

0 commit comments

Comments
 (0)