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

20 lines
578 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"max-line-length": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"npm-naming": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"prefer-template": false,
"space-before-function-paren": false,
"unified-signatures": false,
"whitespace": false
}
}