Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed May 16, 2023
1 parent ef460d3 commit c49963a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
module.exports = {
extends: ['plugin:markdown/recommended', 'prettier'],
overrides: [
{
files: '*.mjs',
parserOptions: {
sourceType: 'module',
ecmaVersion: 'latest'
}
},
{
files: '*.vue',
extends: [
Expand Down

0 comments on commit c49963a

Please sign in to comment.