Skip to content

Commit

Permalink
reformat .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Mar 11, 2024
1 parent 8bd96aa commit 2afa72a
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}

0 comments on commit 2afa72a

Please sign in to comment.