diff --git a/types/bwip-js/tslint.json b/types/bwip-js/tslint.json index 1cd720b288..d5eab47c30 100644 --- a/types/bwip-js/tslint.json +++ b/types/bwip-js/tslint.json @@ -1,14 +1,11 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-unnecessary-type-assertion": false, "only-arrow-functions": false, - "prefer-method-signature": false, "space-before-function-paren": false, "strict-export-declare-modifiers": false, "triple-equals": false,