DefinitelyTyped/types/react-plotly.js/tslint.json
Jon Freedman 749ebd987f React plotly.js (#27461)
* typing as per https://github.com/plotly/react-plotly.js/issues/80

* fix travis build (thanks intellij...)

* bring typescript version inline with react
2018-07-23 08:41:13 -07:00

7 lines
97 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"indent": [true, "spaces", 4]
}
}