diff --git a/.eslintrc.js b/.eslintrc.js index de07fe3..8020103 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,7 +19,7 @@ module.exports = { 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', }, - extends: ['plugin:vue/vue3-essential', 'eslint:recommended', '@vue/typescript/recommended', 'plugin:prettier/recommended'], + extends: ['plugin:vue/vue3-essential', 'eslint:recommended', '@vue/typescript/recommended'], overrides: [ { diff --git a/README.md b/README.md index a6a4cdc..01139b4 100644 --- a/README.md +++ b/README.md @@ -100,3 +100,21 @@ To remove the container you can use the following command: ```sh docker rm bugfinder ``` + +## Audio sources + +1. Background music +https://pixabay.com/de/music/optimistisch-walking-while-looking-at-the-moon-187621/ + +2. Click +https://pixabay.com/de/sound-effects/interface-button-154180/ + +3. Error notification +https://pixabay.com/de/sound-effects/error-126627/ + +4. Classic notifications from the chat +https://pixabay.com/de/sound-effects/notifications-sound-127856/ + +5. Success notification +https://pixabay.com/de/sound-effects/short-success-sound-glockenspiel-treasure-video-game-6346/ + diff --git a/src/App.vue b/src/App.vue index 66f11a3..a08fe2d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,23 @@