Skip to content

Commit

Permalink
update prettier plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark committed Feb 4, 2025
1 parent 8a39ace commit d3bbb31
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 d3bbb31

Please sign in to comment.