Inital commit
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"align": false,
|
||||
"indent": ["tab"],
|
||||
"quotemark": ["single"],
|
||||
"no-var-requires": false,
|
||||
"no-string-throw": false,
|
||||
"trailing-comma": [false],
|
||||
"object-literal-sort-keys": false,
|
||||
"curly": false,
|
||||
"no-console": [false],
|
||||
"no-empty":false,
|
||||
"ordered-imports": [false],
|
||||
"arrow-parens": false,
|
||||
"object-literal-shorthand": false,
|
||||
"object-literal-key-quotes": false,
|
||||
"triple-equals": [false],
|
||||
"no-shadowed-variable": false,
|
||||
"no-string-literal": false,
|
||||
"variable-name": [false],
|
||||
"comment-format": [false],
|
||||
"interface-over-type-literal": false,
|
||||
"max-line-length": [false],
|
||||
"max-classes-per-file": false,
|
||||
"member-ordering": [false],
|
||||
"ban-types": [
|
||||
"Object"
|
||||
]
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
Reference in New Issue
Block a user