Skip to content

Commit 1a33339

Browse files
committed
fix(lint): 修复找不到lint配置文件extends字段
1 parent ee6b0d5 commit 1a33339

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/config/eslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"commonjs": true,
55
"node": true
66
},
7+
"extends": [],
78
"globals": [
89
"$",
910
"$$",

src/config/eslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"commonjs": true,
55
"node": true
66
},
7+
"extends": [],
78
"globals": [
89
"$",
910
"$$",

0 commit comments

Comments
 (0)