Skip to content

Commit ae7bab6

Browse files
committed
fix: fixed missing plugin call of unicorn
1 parent b1076a1 commit ae7bab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/eslint-config/rules/plugins/unicorn.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2+
plugins: [
3+
"unicorn"
4+
],
25
rules: {
36
"unicorn/better-regex": "error",
47
"unicorn/catch-error-name": "error",

0 commit comments

Comments
 (0)