Add "no-floating-decimal" eslint check

This commit is contained in:
Guillaume Gomez 2022-06-06 14:00:43 +02:00
parent 0e66868138
commit b48bbd4e2f

View File

@ -80,5 +80,6 @@ module.exports = {
"no-alert": "error",
"no-confusing-arrow": "error",
"no-div-regex": "error",
"no-floating-decimal": "error",
}
};