mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
10 lines
238 B
JSON
10 lines
238 B
JSON
{
|
|
"extends": ["tslint:recommended", "tslint-react", "tslint-eslint-rules"],
|
|
"rules": {
|
|
"member-access": false,
|
|
"no-var-requires": false,
|
|
"quotemark": [true, "single", "avoid-escape"],
|
|
"no-empty-interface": false
|
|
}
|
|
}
|