DefinitelyTyped/types/bootstrap.v3.datetimepicker/tslint.json
Gabriela Araujo Britto e980ea529f
Update tslint configs (#42555)
* Update tslint configs

* Update npm-naming configs

* Fix some configs

#no-publishing-comment
2020-02-24 16:06:03 -08:00

12 lines
231 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-any-union": false,
"no-outside-dependencies": false,
"quotemark": [
true,
"double",
"avoid-escape"
]
}
}