UNPKG

react-uplot

Version:

ReactJS wrapper for the uPlot charting library.

16 lines 445 B
{ "typescript.tsdk": "./node_modules/typescript/lib", "typescript.preferences.importModuleSpecifierEnding": "js", "javascript.preferences.importModuleSpecifierEnding": "js", "javascript.preferences.quoteStyle": "double", "typescript.preferences.quoteStyle": "double", "eslint.validate": [ "javascript", "javascriptreact", "typescript", "typescriptreact", ], "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" } }