Skip to content

Commit

Permalink
fix: fix .eslintrc file in cypress folder
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Oct 15, 2021
1 parent b00fb4a commit 665ee57
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions cypress/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
"overrides": [{
"files": [ "*.spec.js" ],
"rules": {
"jest/expect-expect": 0,
"jest/valid-expect": 0,
"jest/valid-expect-in-promise": 0
}
}]
{
"overrides": [
{
"files": ["*.spec.js"],
"rules": {
"jest/expect-expect": 0,
"jest/valid-expect": 0,
"jest/valid-expect-in-promise": 0
}
}
]
}

0 comments on commit 665ee57

Please sign in to comment.