mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-28 15:48:12 +00:00
* fix(FE): eslint * chore: run eslint on frontend folder * chore: run eslint on src * chore: eslint fixing is updated * chore: linting errors are updated Co-authored-by: Nidhi Tandon <nidhitandon08@gmail.com>
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export enum LOCAL_STORAGE {
|
|
METRICS_TIME_IN_DURATION = 'metricsTimeDurations',
|
|
}
|