Skip to content

Commit

Permalink
Update .eslintrc.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pats101 committed Sep 26, 2024
1 parent f867083 commit 45bb138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"rules": {
"indent": ["error", 2],
"linebreak-style": ["error", "unix"],
"quotes": ["error", "double"],
"linebreak-style": ["error", "windows"],
"quotes": ["error", "single"],
"semi": ["error", "always"]
}
}

0 comments on commit 45bb138

Please sign in to comment.