Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: Add eslint plugins for prettier (#323)
  • Loading branch information
Shohei Ueda authored and GitHub committed 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
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

0 comments on commit 6b188a8

Please sign in to comment.