Skip to content

Commit

Permalink
fix: remove duplicates valid-title rule (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis authored Sep 15, 2021
1 parent 3fb35c4 commit 6c2e469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion jest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ module.exports = {
"jest/valid-describe": "error",
"jest/valid-expect": ["error", { alwaysAwait: true, minArgs: 1, maxArgs: 2 }],
"jest/valid-expect-in-promise": "error",
"jest/valid-title": "error"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-soft/eslint-config-ts",
"version": "1.2.12",
"version": "1.2.13",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c2e469

Please sign in to comment.