mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended",
|
|
"tslint-react"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"array-type": [true, "generic"],
|
|
"quotemark": [true, "single", "jsx-double", "avoid-template", "avoid-escape"],
|
|
"no-consecutive-blank-lines": [true, 2],
|
|
"interface-name": [true, "never-prefix"]
|
|
},
|
|
"rulesDirectory": []
|
|
}
|