DefinitelyTyped/types/jsonpath/tslint.json

17 lines
450 B
JSON
Raw Permalink Normal View History

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"arrow-return-shorthand": false,
"callable-types": false,
"dt-header": false,
"no-duplicate-variable": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"strict-export-declare-modifiers": false
}
}