Skip to content

Commit

Permalink
simplify js dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier committed Mar 14, 2022
1 parent 115f426 commit e245e67
Show file tree
Hide file tree
Showing 4 changed files with 22,338 additions and 39,340 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
],
rules: {
'jsdoc/require-jsdoc': 'off',
'jsdoc/tag-lines': 'off'
'jsdoc/tag-lines': 'off',
'vue/first-attribute-linebreak': 'off'
}
}
Loading

0 comments on commit e245e67

Please sign in to comment.