DefinitelyTyped/types/string-placeholder/tslint.json
Filipe Ferreira c31e519f1b Added typing for string-placeholder (#40373)
* Added typing for string-placeholder

* Fixed linting

* Added readonly to arrays

* Change typescript version

* Fixed types definition

* Code review comments

* Removed clean as array type

* Fix export

* Fix export
2019-11-19 15:54:45 -08:00

7 lines
104 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-invalid-template-strings": false
}
}