Skip to content

Commit 6b4191f

Browse files
Add "no-const-assign" eslint rule
1 parent bef2b7c commit 6b4191f

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
@@ -63,5 +63,6 @@ module.exports = {
6363
}
6464
],
6565
"eqeqeq": "error",
66+
"no-const-assign": "error",
6667
}
6768
};

0 commit comments

Comments
 (0)