Skip to content

Instantly share code, notes, and snippets.

View Takewi's full-sized avatar
🎧
MoonDeity - NEON BLADE

Gustavo Viegas Takewi

🎧
MoonDeity - NEON BLADE
  • Garten
  • Brasil, Rio Grande do Sul/Pelotas
  • X @gawi2k21
View GitHub Profile
@onlime
onlime / .eslintrc.js
Last active May 7, 2024 08:54
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'