mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
9 lines
238 B
JSON
9 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
|
|
}
|
|
}
|