feat(eslint): Rule "linebreak-style"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
f94ff5d8d7
commit
7bc55712a4
@ -57,7 +57,7 @@
|
||||
- [X] "key-spacing"
|
||||
- [ ] "keyword-spacing"
|
||||
- [ ] "line-comment-position"
|
||||
- [ ] "linebreak-style"
|
||||
- [X] "linebreak-style"
|
||||
- [ ] "lines-around-comment"
|
||||
- [X] "lines-around-directive"
|
||||
- [ ] "lines-between-class-members"
|
||||
|
@ -60,6 +60,10 @@
|
||||
"mode": "strict"
|
||||
}
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"unix"
|
||||
],
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user