Skip to content

Commit

Permalink
Revert ESLint config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Aug 2, 2024
1 parent 22d2f41 commit c0a7f2d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ module.exports = {
"gbv",
"gbv/vue/3",
],
parser: "@babel/eslint-parser",
parserOptions: {
requireConfigFile: false,
babelOptions: {
plugins: [
"@babel/plugin-syntax-import-assertions",
],
},
sourceType: "module",
ecmaVersion: 2020,
},
}

0 comments on commit c0a7f2d

Please sign in to comment.