🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
This commit is contained in:
19
{{cookiecutter.project_slug}}/frontend/tslint.json
Normal file
19
{{cookiecutter.project_slug}}/frontend/tslint.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"defaultSeverity": "warning",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"node_modules/**"
|
||||
]
|
||||
},
|
||||
"rules": {
|
||||
"quotemark": [true, "single"],
|
||||
"indent": [true, "spaces", 2],
|
||||
"interface-name": false,
|
||||
"ordered-imports": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"no-consecutive-blank-lines": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user