Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 9f67ff0

Browse files
ESLint: enable lint rules that were temporary disabled (#682)
1 parent e089bc9 commit 9f67ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rules:
9090
# https://github.com/benmosher/eslint-plugin-import#static-analysis
9191
import/no-unresolved: error
9292
import/named: error
93-
import/default: off # FIXME
93+
import/default: error
9494
import/namespace: error
9595
import/no-restricted-paths:
9696
- error
@@ -120,7 +120,7 @@ rules:
120120
# Module systems
121121
# https://github.com/benmosher/eslint-plugin-import#module-systems
122122
import/unambiguous: error
123-
import/no-commonjs: off # FIXME
123+
import/no-commonjs: error
124124
import/no-amd: error
125125
import/no-nodejs-modules: off
126126

0 commit comments

Comments
 (0)