feat(eslint): Rule "linebreak-style"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -60,6 +60,10 @@
|
||||
"mode": "strict"
|
||||
}
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"unix"
|
||||
],
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user