mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-08-24 03:34:08 -05:00
Disabled "linebreak-style" rule
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"no-console": "off",
|
||||
"prefer-const": "error",
|
||||
"no-var": "error",
|
||||
"linebreak-style": "off",
|
||||
"one-var": [
|
||||
"error",
|
||||
"never"
|
||||
@@ -23,10 +24,6 @@
|
||||
"SwitchCase": 1
|
||||
}
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"windows"
|
||||
],
|
||||
"quotes": [
|
||||
"error",
|
||||
"single"
|
||||
|
||||
Reference in New Issue
Block a user