Skip to content

Commit bf0446a

Browse files
committedOct 29, 2020
Disallow assigning to imported bindings (no-import-assign)
Fixes: standard/standard#1412
1 parent 5cc0dd6 commit bf0446a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"no-func-assign": "error",
113113
"no-global-assign": "error",
114114
"no-implied-eval": "error",
115+
"no-import-assign": "error",
115116
"no-invalid-regexp": "error",
116117
"no-irregular-whitespace": "error",
117118
"no-iterator": "error",

0 commit comments

Comments
 (0)
Please sign in to comment.