Skip to content

Commit 83cb61e

Browse files
Merge branch 'fix/captcha_on_desktop' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into fix/captcha_on_desktop
2 parents 942cbc6 + eb14fa4 commit 83cb61e

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:vue/recommended",
11+
"plugin:vuetify/recommended",
12+
"plugin:nuxt/recommended",
13+
],
14+
}

0 commit comments

Comments
 (0)