Skip to content

Commit 2097c42

Browse files
Merge pull request #236 from MikeMcC399/fix/mocha-flat-example
docs: correct mocha flat example
2 parents 47dc58f + df29d3c commit 2097c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FLAT-CONFIG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ export default [
110110
pluginCypress.configs.recommended,
111111
{
112112
rules: {
113-
'mocha/no-exclusive-tests': 'warn',
114-
'mocha/no-skipped-tests': 'warn',
113+
'mocha/no-exclusive-tests': 'error',
114+
'mocha/no-skipped-tests': 'error',
115115
'mocha/no-mocha-arrows': 'off',
116116
'cypress/no-unnecessary-waiting': 'off'
117117
}

0 commit comments

Comments
 (0)