DefinitelyTyped/types/stylus/tslint.json

10 lines
216 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-internal-module": false,
"no-var-requires": false,
"strict-export-declare-modifiers": false,
"unified-signatures": false
}
}