Files
DefinitelyTyped/types/google.picker/tslint.json
Nathan Shively-Sanders 9d35fe5b9f Change tslint.json 'extends' property (#57489)
From dtslint/dt.json to @definitelytyped/dtslint/dt.json #no-publishing-comment
2021-12-01 16:24:08 -08:00

8 lines
159 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"max-line-length": false,
"strict-export-declare-modifiers": false
}
}