DefinitelyTyped/types/html5plus/tslint.json
折腾笔记 d2b667e02b Added new types for html5plus (#33572)
* Added new types for html5plus

* change tslint rules for types/html5plus

* change types for html5plus
2019-03-06 10:15:57 -08:00

7 lines
132 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"max-line-length": false,
"no-trailing-whitespace": false
}
}