Skip to content

Commit

Permalink
Add prettier rule to auto-fix singleQuote issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Dec 20, 2024
1 parent 150c5be commit 8f84b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default [
'react/react-in-jsx-scope': 'off',
camelcase: 'off',
'spaced-comment': 'error',
quotes: ['warn', 'single'],
'prettier/prettier': ['warn', { singleQuote: true }],
'no-duplicate-imports': 'error',
'unused-imports/no-unused-imports': 'error',
'unused-imports/no-unused-vars': ['warn'],
Expand Down

0 comments on commit 8f84b23

Please sign in to comment.