DefinitelyTyped/types/markdown-it/tslint.json
duduluu abf12473cf
[markdown-it] Update types for markdown-it v10.0.0 (#42860)
* [markdown-it] Upgrade for v10.0.0

* [markdown-it]: rollback ts version to 2.0 and complete tests

* [prosemirror-markdown]: fix test due to markdown-it types update
2020-04-10 11:39:40 -07:00

24 lines
698 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"no-duplicate-variable": false,
"no-internal-module": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"space-before-function-paren": false,
"unified-signatures": false
}
}