Skip to content

Commit 1e8a180

Browse files
committed
Remove no-unused-variable rule to fix CSS hot-reloading
See wmonk/create-react-app-typescript#250
1 parent 31ab014 commit 1e8a180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tslint.json

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"interface-name" : false,
1212
"ordered-imports" : false,
1313
"object-literal-sort-keys": false,
14-
"no-unused-variable": true,
1514
"no-console": false,
1615
"no-bitwise": false,
1716
"no-empty-interface": false,

0 commit comments

Comments
 (0)