Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4de88c

Browse files
committedFeb 28, 2025·
chore: eslint fix
1 parent c78b757 commit d4de88c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
},
66
"ignorePatterns": [
77
"**/*.generated.*",
8-
"*.js"
8+
"*.js",
9+
"api"
910
],
1011
"extends": [
1112
"eslint:recommended",

0 commit comments

Comments
 (0)
Please sign in to comment.