Skip to content

Commit 584eec6

Browse files
Add "no-self-compare" eslint rule
1 parent e7d1b5a commit 584eec6

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
@@ -73,5 +73,6 @@ module.exports = {
7373
"no-fallthrough": "error",
7474
"no-invalid-regexp": "error",
7575
"no-import-assign": "error",
76+
"no-self-compare": "error",
7677
}
7778
};

0 commit comments

Comments
 (0)