mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* diff: add support options parameter of diffLines The options parameter is described at https://github.com/kpdecker/jsdiff/blob/master/README.md * diff: add tslint.json and fix lint issues
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"interface-name": false,
|
|
"export-just-namespace": false
|
|
}
|
|
}
|