mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-28 09:01:35 +02:00
update quiz app dependencies
This commit is contained in:
8
quiz-app/.eslintrc.js
Normal file
8
quiz-app/.eslintrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
'plugin:vue/vue3-recommended',
|
||||
],
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'off'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user