mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-03 11:54:31 +08:00
* lodash: _.get should with numeric keys, too. Also added some better tests. * Enable array-type and ban-types rules * Enable more lint rules, add isMatchWith to explicit wrapper
22 lines
616 B
JSON
22 lines
616 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All are TODOs
|
|
"comment-format": [false],
|
|
"interface-over-type-literal": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": [false],
|
|
"no-namespace": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-void-expression": false,
|
|
"object-literal-key-quotes": false,
|
|
"one-line": false,
|
|
"prefer-const": false,
|
|
"semicolon": false,
|
|
"space-within-parens": false,
|
|
"typedef-whitespace": [false],
|
|
"unified-signatures": false,
|
|
"whitespace": [false]
|
|
}
|
|
}
|