10BC0
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.
1 parent 8a39ace commit d3bbb31Copy full SHA for d3bbb31
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