Update tslint rules
This commit is contained in:
@ -23,6 +23,9 @@
|
|||||||
"file-name-casing": [true, "kebab-case"],
|
"file-name-casing": [true, "kebab-case"],
|
||||||
"interface-name": [true, "always-prefix"],
|
"interface-name": [true, "always-prefix"],
|
||||||
"ordered-imports": true,
|
"ordered-imports": true,
|
||||||
|
"no-default-export": true,
|
||||||
|
"arrow-return-shorthand": true,
|
||||||
|
"variable-name": [true, "ban-keywords", "check-format"],
|
||||||
// Functional Programming Rules
|
// Functional Programming Rules
|
||||||
"no-parameter-reassignment": true,
|
"no-parameter-reassignment": true,
|
||||||
"readonly-keyword": true,
|
"readonly-keyword": true,
|
||||||
|
Reference in New Issue
Block a user