Skip to content

Commit

Permalink
Set double quotes as the standard
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAppeldoorn committed Aug 8, 2023
1 parent 06c97f2 commit b41d7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
"react/jsx-one-expression-per-line": 0,
"max-len": ["error", {"code": 120}],
"react/button-has-type": 0,
"quotes": "double",
}
};

0 comments on commit b41d7b5

Please sign in to comment.