Enforce no trailing spaces with eslint

This commit is contained in:
Guillaume Gomez 2022-05-08 14:08:33 +02:00
parent b7e5116375
commit 1e93165b05

View file

@ -25,6 +25,7 @@ module.exports = {
"error",
"unix"
],
"no-trailing-spaces": "error",
"no-var": ["error"],
"prefer-const": ["error"],
"prefer-arrow-callback": ["error"],