Skip to content

Commit

Permalink
Fix ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Sep 3, 2023
1 parent 9913ec0 commit eeb7049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
root: true,
env: {
node: true,
},
extends: [
'plugin:vue/vue3-recommended',
'eslint:recommended',
Expand Down

0 comments on commit eeb7049

Please sign in to comment.