Skip to content

Commit

Permalink
Fix update to eslint 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Apr 1, 2024
1 parent 326f7d9 commit 3741e85
Show file tree
Hide file tree
Showing 3 changed files with 1,185 additions and 1,196 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
'parser': 'vue-eslint-parser',
'parserOptions': {
'parser': '@babel/eslint-parser',
'sourceType': 'module'
}
};
Loading

0 comments on commit 3741e85

Please sign in to comment.