Skip to content

Commit

Permalink
ci: fix linting configuration (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Dec 4, 2024
1 parent 04c384b commit be1d842
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ export default [
localeDir: './i18n/locales/*.json'
}
},
languageOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
}
},
]
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"start-server-and-test": "^2.0.8",
"vite": "^5.4.10"
"vite": "^5.4.10",
"vue-eslint-parser": "^9.4.3"
},
"resolutions": {
"postcss": "^8.4.31"
Expand Down

0 comments on commit be1d842

Please sign in to comment.