1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-09 01:52:57 +00:00
Files
ps-launcher/tslint.json
2017-10-16 23:05:44 -05:00

10 lines
170 B
JSON

{
"extends": "tslint-config-airbnb",
"rules": {
"align": false,
"ter-arrow-parens": false,
"import-name": false,
"max-line-length": [true, 140]
}
}