We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2467b commit c6d9aa1Copy full SHA for c6d9aa1
config/tslint.json
@@ -6,6 +6,7 @@
6
"object-literal-sort-keys": false,
7
"jsx-no-lambda": false,
8
"no-implicit-dependencies": false,
9
- "no-console": false
+ "no-console": false,
10
+ "interface-name": false
11
}
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-tools",
3
- "version": "9.4.0",
+ "version": "9.4.1",
4
"description": "offline tools for react component",
5
"keywords": [
"react",
0 commit comments