mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 12:52:31 +03:00
Added tslint rule
This commit is contained in:
parent
8178475fda
commit
d87167012f
@ -19,6 +19,7 @@
|
||||
"object-literal-sort-keys": false,
|
||||
"only-arrow-functions": false,
|
||||
"quotemark": [true, "single"],
|
||||
"no-unused-variable": true,
|
||||
"semicolon": [false, "never"],
|
||||
"space-before-function-paren": true,
|
||||
"whitespace": [true, "check-module"],
|
||||
|
Loading…
Reference in New Issue
Block a user