Skip to content

Commit

Permalink
chore: lint jest functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Sep 21, 2024
1 parent 48cb127 commit 61eb3be
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 27 deletions.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@
sourceType: "module",
},

plugins: [
'jest',
],

extends: [
'plugin:import/recommended',
'plugin:jest/recommended'
],

rules: {
"jest/no-standalone-expect": 0,
"jest/expect-expect": 0,
"jest/no-done-callback": 0,
"jest/no-identical-title": 0,
"jest/no-conditional-expect": 0,

// Possible Errors
comma-dangle: [2, "always-multiline"],
no-cond-assign: 0,
Expand Down
Loading

0 comments on commit 61eb3be

Please sign in to comment.