Skip to content

Commit e7d1b5a

Browse files
Add "no-import-assign" eslint rule
1 parent fe503ad commit e7d1b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ module.exports = {
7272
"no-ex-assign": "error",
7373
"no-fallthrough": "error",
7474
"no-invalid-regexp": "error",
75+
"no-import-assign": "error",
7576
}
7677
};

0 commit comments

Comments
 (0)