DefinitelyTyped/types/plotly.js/tslint.json
Gabriela Araujo Britto 6ae7ddbc23 Update tslint configs
2020-02-21 15:41:51 -08:00

12 lines
230 B
JSON

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