Skip to content

Commit

Permalink
Some minor recipe updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Grießer authored Aug 27, 2023
1 parent 6f32fbf commit e916323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bauer-kirch/js-tooling/0.1/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ module.exports = {
'plugin:eslint-comments/recommended',
'plugin:jest/recommended',
'plugin:promise/recommended',
'plugin:vue/recommended',
'plugin:vue/vue3-recommended',
// prettier needs to go last
'prettier',
],
plugins: ['vue', 'jest', 'prettier'],
parser: 'vue-eslint-parser',
parserOptions: {
ecmaVersion: 2019,
ecmaVersion: 2023,
sourceType: 'module',
},
rules: {
Expand Down

0 comments on commit e916323

Please sign in to comment.