frac/types/tslint.json

15 lines
370 B
JSON
Raw Permalink Normal View History

2018-01-19 05:03:42 +00:00
{
"extends": "dtslint/dtslint.json",
"rules": {
2020-05-13 21:16:25 +00:00
"no-implicit-dependencies": false,
2018-01-19 05:03:42 +00:00
"whitespace": false,
"no-sparse-arrays": false,
"only-arrow-functions": false,
"no-consecutive-blank-lines": false,
"prefer-conditional-expression": false,
2020-05-13 21:16:25 +00:00
"one-variable-per-declaration": false,
"strict-export-declare-modifiers": false,
"prefer-template": false
2018-01-19 05:03:42 +00:00
}
}