1
1
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:
zeot 2018-11-19 18:04:23 +03:00
parent 8178475fda
commit d87167012f

View File

@ -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"],