We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a39ace + d3bbb31 commit 8ecebe2Copy full SHA for 8ecebe2
lib/configs/flat/recommended.js
@@ -16,7 +16,7 @@ module.exports = {
16
},
17
18
plugins: {
19
- prettierPlugin,
+ prettier: prettierPlugin,
20
'eslint-comments': eslintComments,
21
import: importPlugin,
22
'i18n-text': fixupPluginRules(i18nTextPlugin),
@@ -131,7 +131,7 @@ module.exports = {
131
'prefer-rest-params': 'error',
132
'prefer-spread': 'error',
133
'prefer-template': 'error',
134
- 'prettierPlugin/prettier': 'error',
+ 'prettier/prettier': 'error',
135
'require-yield': 'error',
136
'use-isnan': 'error',
137
'valid-typeof': 'error',
0 commit comments