Skip to content

Commit 4c6f7c9

Browse files
committed
chore: enable eslint-plugin-prettier
1 parent e04a940 commit 4c6f7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
'plugin:import/recommended',
1010
'plugin:jest/recommended',
1111
'plugin:jest-formatting/recommended',
12-
'prettier',
12+
'plugin:prettier/recommended',
1313
],
1414
rules: {
1515
// Base

0 commit comments

Comments
 (0)