build: remove match-default-export-name tslint rule

This commit is contained in:
Alan Agius 2020-10-26 12:46:13 +01:00 committed by Charles
parent c71e1691b9
commit e4fabad8fa

View File

@ -80,7 +80,6 @@
],
"eofline": true,
"import-spacing": true,
"match-default-export-name": true,
"newline-before-return": true,
"no-consecutive-blank-lines": [true, 2],
"no-duplicate-variable": true,