Skip to content

Commit

Permalink
Fix parser in addon generator boilerplate (#5243)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Sep 29, 2023
1 parent 633e6a3 commit d826caa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mocha": true,
"jasmine": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
},
"stylelint": {
"extends": [
"stylelint-config-prettier",
"stylelint-config-idiomatic-order"
],
"plugins": [
Expand Down
1 change: 1 addition & 0 deletions packages/generator-volto/news/5243.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix ESlint parser in addon generator boilerplate @sneridagh

0 comments on commit d826caa

Please sign in to comment.