Skip to content

Commit 77ce8f8

Browse files
committed
update configs
1 parent b628231 commit 77ce8f8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: .eslintrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"root": false,
3+
"rules": {
4+
"no-shadow": "off"
5+
}
6+
}

Diff for: .npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
doc
22
.idea
3+
.editorconfig
4+
.eslintrc
5+
**/*.ts

0 commit comments

Comments
 (0)