Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Add missing eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik committed Jan 1, 2022
1 parent 59e36b5 commit 22b0b4b
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint",
"jest"
],
"extends": [
"airbnb-typescript/base",
"plugin:jest/all"
],
"plugins": ["@typescript-eslint", "jest", "import"],
"extends": ["airbnb-typescript/base", "plugin:jest/all"],
"parserOptions": {
"project": "./tsconfig.eslint.json"
},
Expand All @@ -17,10 +11,7 @@
"prefer-promise-reject-errors": "off",
"jest/lowercase-name": "off",
"linebreak-style": "off",
"arrow-parens": [
"error",
"as-needed"
],
"arrow-parens": ["error", "as-needed"],
"jest/prefer-expect-assertions": [
"error",
{
Expand All @@ -33,4 +24,4 @@
"browser": true,
"node": true
}
}
}

0 comments on commit 22b0b4b

Please sign in to comment.