Skip to content

Commit

Permalink
deps: Add eslint plugins for prettier (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored May 26, 2020
1 parent 3203c05 commit 6b188a8
Show file tree
Hide file tree
Showing 3 changed files with 674 additions and 20 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:jest/recommended"
"plugin:jest/recommended",
"plugin:prettier/recommended",
"prettier/@typescript-eslint"
],
"plugins": ["@typescript-eslint"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
Expand Down
Loading

0 comments on commit 6b188a8

Please sign in to comment.