mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-08 09:32:51 +00:00
13 lines
318 B
JSON
13 lines
318 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"member-access": true,
|
|
"typedef": [true, "call-signature", "member-variable-declaration"],
|
|
"quotemark": [true, "single", "jsx-double"],
|
|
"align": false,
|
|
"ter-arrow-parens": false,
|
|
"import-name": false,
|
|
"max-line-length": [true, 140]
|
|
}
|
|
}
|