Skip to content

Commit

Permalink
use node 16, bump js libs, adjust to new eslint config, use material …
Browse files Browse the repository at this point in the history
…icons etc...

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Aug 30, 2022
1 parent dc76019 commit 31e5184
Show file tree
Hide file tree
Showing 13 changed files with 21,250 additions and 21,030 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
rules: {
'jsdoc/require-jsdoc': 'off',
'jsdoc/tag-lines': 'off',
'vue/first-attribute-linebreak': 'off'
'vue/first-attribute-linebreak': 'off',
'import/extensions': 'off'
}
}
4 changes: 3 additions & 1 deletion img/app-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion img/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 31e5184

Please sign in to comment.