DefinitelyTyped/types/react-interactive/tslint.json
Daniel Santoro a70a4e352f React interactive (#39068)
* Added type definitions for react-interactive

* fix lint errors

* change to address suggestions

* fix name conflict

* add new line to end of files
2019-10-16 11:30:26 -07:00

7 lines
104 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"interface-over-type-literal": false
}
}