Skip to content

Commit

Permalink
fix: remove vitest/valid-title
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 7, 2024
1 parent 096dce8 commit 680cc8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-wasps-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperse/eslint-config-hyperse": patch
---

remove `vitest/valid-title`
1 change: 1 addition & 0 deletions src/rules/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const vitest = defineFlatConfig([
// you can also modify rules' behavior using option like this
'vitest/max-nested-describe': ['error', { max: 3 }],
'vitest/no-disabled-tests': 2,
'vitest/valid-title': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-object-literal-type-assertion': 'off',
'@typescript-eslint/no-empty-function': 'off',
Expand Down

0 comments on commit 680cc8f

Please sign in to comment.