bad048b7ba
Performance: Standardize lodash imports to use destructured members ( #33040 )
...
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.
* Remove unnecessary _ import from Graph component
* Enforce lodash import style
* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
1d689888b0
Prettier: Upgrade to 2 ( #30387 )
...
* Updated package json but not updated source files
* Update eslint plugin
* updated files
2021-01-20 07:59:48 +01:00
a4f5c54871
Chore: Fixed no implicit any Typescript errors ( #16799 )
2019-04-28 09:58:12 +02:00
0f74843332
public/app/core/*: Fix some misspell issues
2018-12-05 13:02:58 +01:00
85879a7014
prettier: change to single quoting
2017-12-20 12:33:33 +01:00
fadfc665e4
tech: ran pretttier on all typescript files
2017-12-19 16:06:54 +01:00
3e3cef28ec
fix: undefined is not an object evaluating this., #9538
2017-10-28 13:28:06 +02:00
c84e3c00fe
converted analytics.js to ts, minor code formatting fix to timer.ts ( #9663 )
2017-10-26 13:22:45 +02:00
74fcb2494a
prometheus: fixed unsaved changes warning when changing time range due to step option on query model was changed in datasource.query code, fixes #9675
2017-10-26 11:46:33 +02:00
4b5929d577
converted timer.js to timer.ts ( #9656 )
2017-10-25 12:32:19 +02:00