Skip to content

Commit afe09b9

Browse files
Remove commented out eslint rule
1 parent ab60447 commit afe09b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
plugins: ["@typescript-eslint", "import"],
1212
rules: {
1313
"arrow-parens": ["error", "as-needed"],
14-
//"import/extensions": ["error", "always", { ignorePackages: true }],
1514
"no-sparse-arrays": 0,
1615
"padding-line-between-statements": [
1716
"error",

0 commit comments

Comments
 (0)