Add no-trailing-spaces to eslint

This commit is contained in:
Eric 2020-06-26 19:24:36 -05:00 committed by Eric Schultz
parent 4e51e9ecfc
commit e6dda7b88b

View file

@ -42,6 +42,7 @@ module.exports = {
"semi": [
"error",
"always"
]
],
"no-trailing-spaces": ["error"]
}
};