Add no-trailing-spaces to eslint
This commit is contained in:
parent
4e51e9ecfc
commit
e6dda7b88b
1 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ module.exports = {
|
|||
"semi": [
|
||||
"error",
|
||||
"always"
|
||||
]
|
||||
],
|
||||
"no-trailing-spaces": ["error"]
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue