forked from sheetjs/sheetjs
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"extends": "dtslint/dtslint.json",
|
|
"rules": {
|
|
"whitespace": false,
|
|
"no-sparse-arrays": false,
|
|
"no-consecutive-blank-lines": false
|
|
}
|
|
}
|