Skip to content

Commit

Permalink
Adds prettier plugin to eslint (#40118)
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos authored Apr 6, 2020
1 parent fe967ea commit 2e89b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'wpcalypso/react',
'plugin:jsx-a11y/recommended',
'plugin:jest/recommended',
'prettier',
'plugin:prettier/recommended',
'prettier/react',
],
overrides: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
"eslint-plugin-jest": "23.6.0",
"eslint-plugin-jsdoc": "18.11.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-wpcalypso": "file:./packages/eslint-plugin-wpcalypso",
"exports-loader": "0.7.0",
Expand Down

0 comments on commit 2e89b01

Please sign in to comment.