Skip to content

Commit

Permalink
eslint jsx double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgonp committed Mar 18, 2021
1 parent 43be8b1 commit 1387c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"react/prop-types": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error",
"jsx-quotes": ["error", "prefer-double"],
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": ["error"]
}
Expand Down

0 comments on commit 1387c03

Please sign in to comment.