Cleanup a lot of stuff
I've replaced `lodash` with `lodash-es`, so it can be tree-shaken `~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff `~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
This commit is contained in:
parent
a129f7f882
commit
2b40707f4f
121 changed files with 1808 additions and 1442 deletions
|
|
@ -24,6 +24,8 @@ module.exports = {
|
|||
'vue/no-v-html': 'off', // TODO: tackle this properly
|
||||
'vue/no-use-v-if-with-v-for': 'off',
|
||||
|
||||
'@typescript-eslint/ban-ts-comment': 'off',
|
||||
'no-undef': 'off',
|
||||
// TODO: Enable typescript rules later
|
||||
'@typescript-eslint/no-this-alias': 'off',
|
||||
'@typescript-eslint/no-empty-function': 'off'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue