mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
Remove all but unified-signatures rules in tslint. Activate noImplicitAny and noImplicitThis. Change code in select2-test and index according to the new styling rules.
7 lines
95 B
JSON
7 lines
95 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"unified-signatures": false
|
|
}
|
|
}
|