Update tslint rules
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user