From 5465cfb444612ec87b33e40bdfdc7638e70b9c73 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 12 Oct 2022 14:48:49 +1100 Subject: Convert to represent dates instead of numbers - Add HistDate class - Adapt TimeLine and BaseLine to work with HistDates - For own-size-watching components, add onMounted() hook to run before ResizeObserver is set up --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index abbda84..167024a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,6 +22,7 @@ module.exports = { ], "rules": { "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-this-alias": "off", "no-constant-condition": "off", } } -- cgit v1.2.3