mirror of
https://github.com/mgerb/react-starter
synced 2026-01-09 16:42:48 +00:00
11 lines
291 B
JSON
11 lines
291 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"import-name": false,
|
|
"ter-arrow-parens": [true, "as-needed"],
|
|
"align": [true, "parameters", "statements"],
|
|
"typedef": [true, "call-signature", "parameter", "member-variable-declaration"],
|
|
"member-access": [true]
|
|
}
|
|
}
|