reformat .eslintrc.json

This commit is contained in:
Daniel Micay 2024-03-10 22:53:05 -04:00
parent 7a1a642fec
commit 74451b885e

View File

@ -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"]
}
}