mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 22:37:31 +08:00
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "dtslint/dtslint.json",
|
|
"rules": {
|
|
// https://github.com/palantir/tslint/pull/2391
|
|
"prefer-const": false
|
|
}
|
|
}
|