Skip to content

Commit

Permalink
fixup! Fix lowercase-name rule in our config
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored and Gudahtt committed Aug 15, 2022
1 parent 8920e14 commit 31f3023
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/jest/rules-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
}
],
"jest/expect-expect": "warn",
"jest/lowercase-name": [
"error",
{
"ignore": ["describe"]
}
],
"jest/no-alias-methods": "warn",
"jest/no-commented-out-tests": "warn",
"jest/no-conditional-expect": "error",
Expand Down Expand Up @@ -41,6 +35,12 @@
"jest/no-test-prefixes": "error",
"jest/no-test-return-statement": "error",
"jest/prefer-hooks-on-top": "error",
"jest/prefer-lowercase-title": [
"error",
{
"ignore": ["describe"]
}
],
"jest/prefer-spy-on": "error",
"jest/prefer-strict-equal": "error",
"jest/prefer-to-be": "error",
Expand Down

0 comments on commit 31f3023

Please sign in to comment.