Skip to content

Commit

Permalink
chore: configure eslint to ignore dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant authored and gruhn committed Sep 9, 2023
1 parent a30d4a9 commit 8b63990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ module.exports = {
root: true,
env: {
node: true,
es2022: true,
es2022: true
},
extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
ignore: ['dist'],
parserOptions: {
ecmaVersion: 11
}
Expand Down

0 comments on commit 8b63990

Please sign in to comment.