Skip to content

Commit 3923f7b

Browse files
authored
Merge pull request #98 from mightyiam/no-named-default
add rule import/no-named-default
2 parents 0c8cd1f + b736b32 commit 3923f7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
"import/export": "error",
189189
"import/first": "error",
190190
"import/no-duplicates": "error",
191+
"import/no-named-default": "error",
191192
"import/no-webpack-loader-syntax": "error",
192193

193194
"node/no-deprecated-api": "error",

0 commit comments

Comments
 (0)