Skip to content

Commit 9be2a9c

Browse files
fix: browser preset (#75)
1 parent 11a1650 commit 9be2a9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/browser.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import importPlugin from "eslint-plugin-import";
2+
import unicornPlugin from "eslint-plugin-unicorn";
23
import globals from "globals";
34

45
const recommendedBrowserConfig = {
@@ -8,6 +9,7 @@ const recommendedBrowserConfig = {
89
},
910
},
1011
plugins: {
12+
unicorn: unicornPlugin,
1113
import: importPlugin,
1214
},
1315
rules: {

0 commit comments

Comments
 (0)