mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-09 01:52:57 +00:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"align": false,
|
|
"ter-arrow-parens": false,
|
|
"import-name": false,
|
|
"max-line-length": [true, 140]
|
|
}
|
|
}
|