mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
10 lines
169 B
JSON
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]
|
|
}
|
|
}
|