Skip to content

Commit c6d9aa1

Browse files
committed
update tslint
1 parent 2f2467b commit c6d9aa1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"object-literal-sort-keys": false,
77
"jsx-no-lambda": false,
88
"no-implicit-dependencies": false,
9-
"no-console": false
9+
"no-console": false,
10+
"interface-name": false
1011
}
1112
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-tools",
3-
"version": "9.4.0",
3+
"version": "9.4.1",
44
"description": "offline tools for react component",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)