Rule "eol-last"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 14:45:50 +04:00
parent bef8d52a77
commit a1a87d8266
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,7 @@
- [ ] "default-param-last"
- [ ] "dot-location"
- [ ] "dot-notation"
- [ ] "eol-last"
- [X] "eol-last"
- [ ] "eqeqeq"
- [ ] "for-direction"
- [ ] "func-call-spacing"

View File

@ -1,4 +1,8 @@
{
"eol-last": [
"error",
"always"
],
"no-tabs": [
"error",
{