Skip to content

Commit

Permalink
Merge pull request #609 from github/update-prettier
Browse files Browse the repository at this point in the history
Update prettier plugin name
  • Loading branch information
gracepark authored Feb 4, 2025
2 parents 8a39ace + d3bbb31 commit 8ecebe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/configs/flat/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
},
},
plugins: {
prettierPlugin,
prettier: prettierPlugin,
'eslint-comments': eslintComments,
import: importPlugin,
'i18n-text': fixupPluginRules(i18nTextPlugin),
Expand Down Expand Up @@ -131,7 +131,7 @@ module.exports = {
'prefer-rest-params': 'error',
'prefer-spread': 'error',
'prefer-template': 'error',
'prettierPlugin/prettier': 'error',
'prettier/prettier': 'error',
'require-yield': 'error',
'use-isnan': 'error',
'valid-typeof': 'error',
Expand Down

0 comments on commit 8ecebe2

Please sign in to comment.