Add new eslint rule "eol-last"
This commit is contained in:
parent
36d3c7e3c6
commit
bb29d5d6e0
1 changed files with 1 additions and 0 deletions
|
@ -53,5 +53,6 @@ module.exports = {
|
|||
"comma-dangle": ["error", "always-multiline"],
|
||||
"comma-style": ["error", "last"],
|
||||
"max-len": ["error", { "code": 100, "tabWidth": 4 }],
|
||||
"eol-last": ["error", "always"],
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue