mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
TSLint compliance
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
, "semicolon": [ true, "always" ]
|
||||
, "space-before-function-paren": [ true, "always" ]
|
||||
, "trailing-comma": false
|
||||
, "variable-name": [ true
|
||||
, "ban-keywords"
|
||||
, "check-format"
|
||||
, "allow-pascal-case"
|
||||
, "allow-leading-underscore" ]
|
||||
}
|
||||
, "rulesDirectory": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user