@epic-web/config 1.18.3 → 1.19.0
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/eslint.js +0 -1
- package/package.json +1 -1
package/eslint.js
CHANGED
|
@@ -297,7 +297,6 @@ export const config = [
|
|
|
297
297
|
// made aware of it
|
|
298
298
|
'vitest/no-focused-tests': [WARN, { fixable: false }],
|
|
299
299
|
'vitest/no-import-node-test': ERROR,
|
|
300
|
-
'vitest/no-standalone-expect': ERROR,
|
|
301
300
|
'vitest/prefer-comparison-matcher': ERROR,
|
|
302
301
|
'vitest/prefer-equality-matcher': ERROR,
|
|
303
302
|
'vitest/prefer-to-be': ERROR,
|