Skip to content

Commit 8a8eb58

Browse files
committed
Change export-name rule to case-insensitive
Get rid of disunite filename naming conventions. All filenames should follow the JavaScript naming convention to use camelCase.
1 parent 5367f6c commit 8a8eb58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"jsRules": {},
88
"rules": {
9+
"export-name": [true, {"ignore-case": true}],
910
"no-submodule-imports": false,
1011
"no-implicit-dependencies": [
1112
true,

0 commit comments

Comments
 (0)