Skip to content

Commit 8ecebe2

Browse files
authored
Merge pull request #609 from github/update-prettier
Update prettier plugin name
2 parents 8a39ace + d3bbb31 commit 8ecebe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/configs/flat/recommended.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
},
1717
},
1818
plugins: {
19-
prettierPlugin,
19+
prettier: prettierPlugin,
2020
'eslint-comments': eslintComments,
2121
import: importPlugin,
2222
'i18n-text': fixupPluginRules(i18nTextPlugin),
@@ -131,7 +131,7 @@ module.exports = {
131131
'prefer-rest-params': 'error',
132132
'prefer-spread': 'error',
133133
'prefer-template': 'error',
134-
'prettierPlugin/prettier': 'error',
134+
'prettier/prettier': 'error',
135135
'require-yield': 'error',
136136
'use-isnan': 'error',
137137
'valid-typeof': 'error',

0 commit comments

Comments
 (0)