sheetjs/tslint.json
Wolfgang Faust 8385d5c889 xlsx: Linter: Require interfaces to start with 'I'
The default rule for DT is that they're *not*,
but changing that now would break existing usages of the xlsx typings.
2017-05-13 13:05:21 -04:00

7 lines
109 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"interface-name": [true, "always-prefix"]
}
}