forked from sheetjs/sheetjs
SheetJS
c0b4895881
- node 10 `Buffer` deprecation workaround (with dependency update) - Angular 6 global deprecation workaround (fixes #1088 h/t @cristhiank) - BIFF8 write standard and custom properties - TH elements in HTML string (fixes #1090 h/t @GigiSan) - planmaker export quirks
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"extends": "dtslint/dtslint.json",
|
|
"rules": {
|
|
"whitespace": false,
|
|
"no-sparse-arrays": false,
|
|
"only-arrow-functions": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"prefer-conditional-expression": false,
|
|
"one-variable-per-declaration": false,
|
|
"prefer-template": false
|
|
}
|
|
}
|