sheetjs/types/tslint.json
SheetJS 409581b317 TS write test
run `make tslint` to run TS checks
2017-05-15 11:50:46 -04:00

9 lines
145 B
JSON

{
"extends": "dtslint/dtslint.json",
"rules": {
"whitespace": false,
"no-sparse-arrays": false,
"no-consecutive-blank-lines": false
}
}