DefinitelyTyped/types/photoswipe/tslint.json

22 lines
641 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"arrow-return-shorthand": false,
"callable-types": false,
"dt-header": false,
"max-line-length": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"space-within-parens": false,
"strict-export-declare-modifiers": false,
"unified-signatures": false,
"whitespace": false
}
}