diff --git a/FLAT-CONFIG.md b/FLAT-CONFIG.md index 63689f2..76eb18a 100644 --- a/FLAT-CONFIG.md +++ b/FLAT-CONFIG.md @@ -110,8 +110,8 @@ export default [ pluginCypress.configs.recommended, { rules: { - 'mocha/no-exclusive-tests': 'warn', - 'mocha/no-skipped-tests': 'warn', + 'mocha/no-exclusive-tests': 'error', + 'mocha/no-skipped-tests': 'error', 'mocha/no-mocha-arrows': 'off', 'cypress/no-unnecessary-waiting': 'off' }