Add "no-floating-decimal" eslint check
This commit is contained in:
parent
0e66868138
commit
b48bbd4e2f
@ -80,5 +80,6 @@ module.exports = {
|
||||
"no-alert": "error",
|
||||
"no-confusing-arrow": "error",
|
||||
"no-div-regex": "error",
|
||||
"no-floating-decimal": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user