DefinitelyTyped/types/plotly.js/tslint.json
Jon Freedman a9394b8436 update plotly.js typing (#27355)
* update typing
- add missing event handlers from https://github.com/plotly/react-plotly.js/#event-handler-props
- add addFrames / deleteFrames functions
- use Font interface in ScatterMarker.colorbar
- change Font.color type from string to Color
- fix 'common mistakes': tabs to spaces

* fix linting errors

* use tab indentation and require in tslint
2018-07-20 17:42:18 -07:00

10 lines
169 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// TODOs
"no-duplicate-imports": false,
"no-object-literal-type-assertion": false,
"indent": [true, "tabs", 1]
}
}