DefinitelyTyped/types/jquery.pnotify/tslint.json
Gabriela Araujo Britto 6ae7ddbc23 Update tslint configs
2020-02-21 15:41:51 -08:00

19 lines
565 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"jsdoc-format": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-object-literal-type-assertion": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"npm-naming": false,
"object-literal-key-quotes": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false
}
}