Update tslint rules

This commit is contained in:
Dolan
2021-03-08 23:17:10 +00:00
parent 9bda9e8375
commit 98253c3445

View File

@ -23,6 +23,9 @@
"file-name-casing": [true, "kebab-case"],
"interface-name": [true, "always-prefix"],
"ordered-imports": true,
"no-default-export": true,
"arrow-return-shorthand": true,
"variable-name": [true, "ban-keywords", "check-format"],
// Functional Programming Rules
"no-parameter-reassignment": true,
"readonly-keyword": true,