reformat .eslintrc.json
This commit is contained in:
parent
7a1a642fec
commit
74451b885e
@ -9,24 +9,10 @@
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"indent": [
|
||||
"error",
|
||||
4
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"unix"
|
||||
],
|
||||
"quotes": [
|
||||
"error",
|
||||
"double"
|
||||
],
|
||||
"semi": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"no-var": [
|
||||
"error"
|
||||
]
|
||||
"indent": ["error", 4],
|
||||
"linebreak-style": ["error", "unix"],
|
||||
"quotes": ["error", "double"],
|
||||
"semi": ["error", "always"],
|
||||
"no-var": ["error"]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user