We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efbb56 commit e36b619Copy full SHA for e36b619
packages/eslint-config-browser/index.js
@@ -1,7 +1,7 @@
1
import globals from "globals";
2
import eslintConfigBase from "@freaktechnik/eslint-config-base";
3
import xss from "eslint-plugin-xss";
4
-import * as compat from "eslint-plugin-compat";
+import compat from "eslint-plugin-compat";
5
import { fixupPluginRules } from "@eslint/compat";
6
7
export default [
0 commit comments