Skip to content

Commit

Permalink
change eslintecma version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Feb 7, 2024
1 parent 7ff6ff9 commit 19df4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: ['eslint-config-particle'],
parserOptions: {
ecmaVersion: 9,
ecmaVersion: 13,
sourceType: 'module'
},
env: {
Expand Down

0 comments on commit 19df4bd

Please sign in to comment.