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 11a1650 commit 9be2a9cCopy full SHA for 9be2a9c
configs/browser.js
@@ -1,4 +1,5 @@
1
import importPlugin from "eslint-plugin-import";
2
+import unicornPlugin from "eslint-plugin-unicorn";
3
import globals from "globals";
4
5
const recommendedBrowserConfig = {
@@ -8,6 +9,7 @@ const recommendedBrowserConfig = {
8
9
},
10
11
plugins: {
12
+ unicorn: unicornPlugin,
13
import: importPlugin,
14
15
rules: {
0 commit comments