Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ecebe2

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/configs/flat/recommended.js

Copy file name to clipboardExpand all lines: lib/configs/flat/recommended.js
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.