Skip to content

Commit 2c77b1f

Browse files
authored
chore: add exception to eslint rule for import paths (#7465)
1 parent 0178624 commit 2c77b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
{
4949
patterns: [
5050
{
51-
group: ["*src*", "*dist-*"],
51+
group: ["*src*", "*dist-*", "!*csrc*"],
5252
},
5353
],
5454
},

0 commit comments

Comments
 (0)