Skip to content

Commit

Permalink
chore: remove jsx single quotes because of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
korsun committed Apr 5, 2024
1 parent 72686da commit fc551ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
'plugin:react/jsx-runtime',
],
rules: {
'jsx-quotes': ['warn', 'prefer-single'],
'no-duplicate-imports': 'error',
'no-use-before-define': 'error',
'default-case': 'error',
Expand Down Expand Up @@ -87,9 +86,9 @@ module.exports = {
],
'no-return-await': 'error',
},
settings: {
react: {
version: 'detect',
}
}
settings: {
react: {
version: 'detect',
},
},
};

0 comments on commit fc551ba

Please sign in to comment.