Skip to content

Commit f763b3d

Browse files
Apply prepare changes
1 parent 494ed45 commit f763b3d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.eslintrc.cjs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module.exports = {
2+
root: true,
3+
env: {
4+
node: true,
5+
browser: true,
6+
es2021: true,
7+
},
8+
extends: [
9+
"eslint:recommended",
10+
"plugin:vue3/recommended",
11+
"plugin:vuetify/recommended",
12+
"plugin:@nuxt/eslint-config",
13+
],
14+
}

0 commit comments

Comments
 (0)