chore(deps): bump

This commit is contained in:
Benjamin Canac
2021-12-13 13:35:54 +01:00
parent c0e286dde0
commit 9dd4d69841
4 changed files with 230 additions and 238 deletions

9
.eslintrc.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
root: true,
extends: [
'@nuxtjs/eslint-config-typescript'
],
rules: {
'vue/multi-word-component-names': 0
}
}