Skip to content

Commit a67c687

Browse files
authored
chore(deps): migrate eslint-plugin-mocha to 11.1.0 (#955)
1 parent 3ed5817 commit a67c687

File tree

3 files changed

+14
-70
lines changed

3 files changed

+14
-70
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import pluginCypress from 'eslint-plugin-cypress/flat'
88
export default [
99
pluginJs.configs.recommended,
1010
...eslintPluginJsonc.configs['flat/recommended-with-json'],
11-
mochaPlugin.configs.flat.recommended,
11+
mochaPlugin.configs.recommended,
1212
pluginCypress.configs.recommended,
1313
{
1414
ignores: ['app/assets/js/vendor/']
@@ -20,7 +20,7 @@ export default [
2020
rules: {
2121
'@stylistic/indent': ['error', 2, { 'SwitchCase': 1, 'MemberExpression': 'off' }],
2222
'mocha/no-exclusive-tests': 'error',
23-
'mocha/no-skipped-tests': 'error',
23+
'mocha/no-pending-tests': 'error',
2424
'mocha/no-mocha-arrows': 'off'
2525
},
2626
languageOptions: {

package-lock.json

Lines changed: 11 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint": "9.20.1",
7171
"eslint-plugin-cypress": "4.1.0",
7272
"eslint-plugin-jsonc": "2.19.1",
73-
"eslint-plugin-mocha": "10.5.0",
73+
"eslint-plugin-mocha": "11.1.0",
7474
"globby": "11.1.0",
7575
"husky": "9.0.6",
7676
"semantic-release": "24.2.3",

0 commit comments

Comments
 (0)