Skip to content

Commit 09a2721

Browse files
committed
chore: remove eslint-plugin-prettier
1 parent 7d08868 commit 09a2721

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
parserOptions: {
44
sourceType: 'script',
55
},
6-
plugins: ['prettier', 'markdown', 'html', 'fp'],
6+
plugins: ['markdown', 'html', 'fp'],
77
extends: [
88
'eslint:recommended',
99
'standard',

package-lock.json

Lines changed: 2 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"eslint-plugin-import": "^2.22.1",
8484
"eslint-plugin-markdown": "^1.0.2",
8585
"eslint-plugin-node": "^11.1.0",
86-
"eslint-plugin-prettier": "^3.1.4",
8786
"eslint-plugin-promise": "^4.2.1",
8887
"eslint-plugin-react": "^7.21.5",
8988
"eslint-plugin-unicorn": "^25.0.0",

0 commit comments

Comments
 (0)