DefinitelyTyped/types/react-virtualized/tslint.json
Kalle Ott 4fd2d7547c fixed the semver note in the header comment (#15522)
* fixed the semver note in the header comment

* changed tslint config

* fixed linting
2017-03-30 13:12:51 -07:00

12 lines
267 B
JSON

{
"extends": "../tslint.json",
"rules": {
"interface-over-type-literal": false,
"semicolon": [
false
],
"prefer-method-signature": false,
"prefer-declare-function": false,
"no-padding": false
}
}