update quiz app dependencies

This commit is contained in:
Sara Gibbons
2022-12-10 09:25:16 -05:00
parent fd6f28db9e
commit 3a0f60e50b
6 changed files with 2841 additions and 2864 deletions

8
quiz-app/.eslintrc.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
extends: [
'plugin:vue/vue3-recommended',
],
rules: {
'vue/multi-word-component-names': 'off'
}
}