Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
chore(lint): fix lint configuration according to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Oct 3, 2021
1 parent ee732c5 commit 4ecb14a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
node_modules/
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"node": true
},
"extends": [
"airbnb-base"
"airbnb-base",
"plugin:jest/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"jest"
],
"rules": {
"indent": [
Expand Down

0 comments on commit 4ecb14a

Please sign in to comment.