Skip to content

Commit

Permalink
chore: remove eslint-plugin-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 12, 2021
1 parent 7d08868 commit 09a2721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
parserOptions: {
sourceType: 'script',
},
plugins: ['prettier', 'markdown', 'html', 'fp'],
plugins: ['markdown', 'html', 'fp'],
extends: [
'eslint:recommended',
'standard',
Expand Down
19 changes: 2 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-unicorn": "^25.0.0",
Expand Down

0 comments on commit 09a2721

Please sign in to comment.