Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from keik/put-prettier-last
Browse files Browse the repository at this point in the history
Extend prettier at last
  • Loading branch information
tohashi authored May 18, 2022
2 parents 1f2d960 + 406a92c commit 6af8c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module.exports = {
'plugin:react/recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:jsx-a11y/recommended',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:import/typescript'
'prettier',
],
rules: {
'no-console': 'warn',
Expand Down

0 comments on commit 6af8c29

Please sign in to comment.