Skip to content

Commit b48bbd4

Browse files
Add "no-floating-decimal" eslint check
1 parent 0e66868 commit b48bbd4

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
@@ -80,5 +80,6 @@ module.exports = {
8080
"no-alert": "error",
8181
"no-confusing-arrow": "error",
8282
"no-div-regex": "error",
83+
"no-floating-decimal": "error",
8384
}
8485
};

0 commit comments

Comments
 (0)