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 bd4abb7 commit b8b2e45Copy full SHA for b8b2e45
configs/tslint.json
@@ -91,8 +91,8 @@
91
"max-classes-per-file": [true, 1],
92
"max-file-line-count": [true, 100],
93
"max-line-length": [true, 100],
94
- "no-default-export": true,
95
- "no-default-import": [true],
+ "no-default-export": false,
+ "no-default-import": false,
96
"no-duplicate-imports": true,
97
"no-mergeable-namespace": true,
98
"no-require-imports": true,
0 commit comments