Skip to content

Commit

Permalink
eslint-plugin-qunit no longer requires @eslint/compat for eslint@9
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 31, 2024
1 parent a9db1b2 commit 157596d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions tests/eslint/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { fixupPluginRules } from '@eslint/compat';
import globals from 'globals';
import confusingBrowserGlobals from 'confusing-browser-globals';
import parserJSONC from 'jsonc-eslint-parser';
Expand Down Expand Up @@ -1675,7 +1674,7 @@ export default [
jsonc: pluginJSONC,
node: pluginN,
promise: pluginPromise,
qunit: fixupPluginRules(pluginQUnit),
qunit: pluginQUnit,
redos: pluginReDoS,
regexp: pluginRegExp,
sonarjs: pluginSonarJS,
Expand Down
11 changes: 0 additions & 11 deletions tests/eslint/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 tests/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "tests/eslint",
"type": "module",
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@stylistic/eslint-plugin-js": "^2.7.2",
"confusing-browser-globals": "^1.0.11",
Expand Down

0 comments on commit 157596d

Please sign in to comment.