mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update types/jsrender definitions * Remove unnecessary 'jquery' reference from jsrender/jsrender-tests.ts
19 lines
541 B
JSON
19 lines
541 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"max-line-length": false,
|
|
"no-declare-current-package": false,
|
|
"no-empty-interface": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-single-declare-module": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-shorthand": false,
|
|
"one-variable-per-declaration": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-template": false,
|
|
"whitespace": false
|
|
}
|
|
}
|