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