mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-25 04:12:12 +00:00
19 lines
324 B
JSON
19 lines
324 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"indent": [
|
|
true,
|
|
"tabs"
|
|
],
|
|
"semicolon": [true, "never"],
|
|
"quotemark": [true, "single", "jsx-double", "avoid-escape"],
|
|
"interface-name": [false],
|
|
"array-type": [true, "generic"]
|
|
},
|
|
"rulesDirectory": []
|
|
}
|