@tb-dev/eslint-config 1.5.5 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -621,7 +621,6 @@ async function vitest(options) {
621
621
  'vitest/no-import-node-test': 'error',
622
622
  'vitest/no-standalone-expect': 'error',
623
623
  'vitest/no-test-return-statement': 'error',
624
- 'vitest/prefer-called-exactly-once-with': 'error',
625
624
  'vitest/prefer-comparison-matcher': 'error',
626
625
  'vitest/prefer-each': 'error',
627
626
  'vitest/prefer-equality-matcher': 'error',
package/dist/index.mjs CHANGED
@@ -619,7 +619,6 @@ async function vitest(options) {
619
619
  'vitest/no-import-node-test': 'error',
620
620
  'vitest/no-standalone-expect': 'error',
621
621
  'vitest/no-test-return-statement': 'error',
622
- 'vitest/prefer-called-exactly-once-with': 'error',
623
622
  'vitest/prefer-comparison-matcher': 'error',
624
623
  'vitest/prefer-each': 'error',
625
624
  'vitest/prefer-equality-matcher': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",