Skip to content

Commit

Permalink
Add .eslintrc config for our project (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Mar 4, 2024
1 parent 0553c58 commit e81a78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Website/ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"es2021": true,
"amd": true,
"jquery": true,
"jest": true
"jest": true,
"node": true
},
"globals": {
"resources": false,
Expand Down Expand Up @@ -42,6 +43,7 @@
"error",
"never"
],
"no-unused-vars": ["error", { "varsIgnorePattern": "routes"}],
"vue/multi-word-component-names": 0,
"vue/no-mutating-props": 0,
"vue/no-v-text-v-html-on-component": 0,
Expand Down

0 comments on commit e81a78a

Please sign in to comment.