aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-12 14:48:49 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-12 14:48:49 +1100
commit5465cfb444612ec87b33e40bdfdc7638e70b9c73 (patch)
tree9ebea79e40615659c529fe75eba33468c0893227 /.eslintrc.js
parent314c1c95f77d6e4be559df3a58278f6c37f61e5c (diff)
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
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
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",
}
}