mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Definitions for strophe.js, as suggested in PR #27682. * [strophe.js] Make all 'Function' types from muc.d.ts more specific. * [strophe.js] enable as many lint rules as possible. * [strophe.js] fix the headers. * [strophe.js] More cleanup to enable more tslint rules.
16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-declare-current-package": false,
|
|
"no-padding": false,
|
|
"no-self-import": false,
|
|
"object-literal-shorthand": false,
|
|
"no-trailing-whitespace": false,
|
|
"typedef-whitespace": false,
|
|
"jsdoc-format": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"prefer-template": false,
|
|
"prefer-switch": false
|
|
}
|
|
}
|