Skip to content

Commit b174693

Browse files
committed
chore: fix lint error
1 parent 8027edd commit b174693

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ module.exports = {
4646
selector: "method",
4747
format: ["camelCase", "PascalCase"],
4848
},
49+
{
50+
selector: "import",
51+
format: ["camelCase", "PascalCase", "UPPER_CASE"],
52+
},
4953
],
5054
},
5155
},

0 commit comments

Comments
 (0)