mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-11 03:12:44 +00:00
* 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
7 lines
104 B
JSON
7 lines
104 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-invalid-template-strings": false
|
|
}
|
|
}
|