Files
DefinitelyTyped/types/select2/tslint.json
denis cee3ed3197 Linting v4
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.
2018-03-17 13:57:01 +01:00

7 lines
95 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"unified-signatures": false
}
}