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

14 lines
382 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"unified-signatures": false
}
}