Skip to content

Instantly share code, notes, and snippets.

View phanuelmutuma's full-sized avatar
🌍
Github

Phanuel Mutuma phanuelmutuma

🌍
Github
View GitHub Profile
@phanuelmutuma
phanuelmutuma / .eslintrc.js
Last active September 21, 2022 05:16 — forked from onlime/.eslintrc.js
ESLint/Prettier config for Vue 3 in VS Code
module.exports = {
root: true,
env: {
browser: true,
node: true,
},
extends: [
'eslint:recommended',
'plugin:vue/vue3-recommended',
'prettier'