Skip to content

Commit

Permalink
chore: add eslint-plugin-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jul 4, 2019
1 parent b1a913b commit 43a9385
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"extends": [
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier/@typescript-eslint",
"plugin:jest/recommended"
],
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"jest"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
Expand Down

0 comments on commit 43a9385

Please sign in to comment.