Files
DefinitelyTyped/types/azure-sb/tslint.json
Nathan Shively-Sanders 7180e49a15 Port 4 lint rules from tslint to eslint (#64906)
* Port 4 lint rules from tslint to eslint

See https://github.com/microsoft/DefinitelyTyped-tools/releases/tag/v0.0.158

* disable missed no-single-element-tuple-type errors
2023-03-27 11:06:31 -07:00

14 lines
358 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"array-type": false,
"interface-name": false,
"member-access": false,
"no-empty-interface": false,
"no-padding": false,
"object-literal-key-quotes": false,
"strict-export-declare-modifiers": false,
"whitespace": false
}
}