Clear and concise description of the problem
no-only-tests is the only rule that eslint-plugin-no-only-tests provides.
Having a dependency just for a single rule seems unnecessary when the vitest eslint plugin provides one with the same functionality.
Suggested solution
Remove dependency on eslint-plugin-no-only-tests and add the vitest equivalent to the test config. Set it's fixable param to false to preserve it's current functionality:
'test/no-focused-tests': ['error', { fixable: false }],
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
no-only-testsis the only rule thateslint-plugin-no-only-testsprovides.Having a dependency just for a single rule seems unnecessary when the vitest eslint plugin provides one with the same functionality.
Suggested solution
Remove dependency on
eslint-plugin-no-only-testsand add the vitest equivalent to thetestconfig. Set it'sfixableparam tofalseto preserve it's current functionality:'test/no-focused-tests': ['error', { fixable: false }],Alternative
No response
Additional context
No response
Validations