Skip to content

Commit

Permalink
Merge branch 'master' into no-xpath-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
duranbe authored Mar 3, 2025
2 parents 64eaba0 + 9f2b565 commit b75ca6c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 225 deletions.
4 changes: 0 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import globals from 'globals'
import pluginJs from '@eslint/js'
import eslintPlugin from 'eslint-plugin-eslint-plugin'
import nodePlugin from 'eslint-plugin-n'
import mochaPlugin from 'eslint-plugin-mocha'

export default [
pluginJs.configs.recommended,
eslintPlugin.configs['flat/recommended'],
nodePlugin.configs['flat/recommended-script'],
mochaPlugin.configs.flat.recommended,
{
languageOptions: {
Expand All @@ -20,8 +18,6 @@ export default [
'eslint-plugin/require-meta-docs-description': 'error',
'eslint-plugin/meta-property-ordering': 'error',
'eslint-plugin/test-case-property-ordering': 'error',
'n/no-extraneous-require':
['error', { 'allowModules': ['jest-config'] }],
'mocha/no-mocha-arrows': 'off',
'mocha/no-setup-in-describe': 'off'
}
Expand Down
220 changes: 0 additions & 220 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"eslint": "^9.13.0",
"eslint-plugin-eslint-plugin": "^6.3.1",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.11.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"semantic-release": "24.2.0"
Expand Down

0 comments on commit b75ca6c

Please sign in to comment.