Skip to content

Commit

Permalink
chore: Extend prettier for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
freshavocado7 committed Sep 26, 2024
1 parent 742a764 commit 43aa51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
'plugin:storybook/recommended',
'prettier'
'plugin:prettier/recommended'
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
Expand Down

0 comments on commit 43aa51d

Please sign in to comment.