Skip to content

Commit

Permalink
Merge pull request #398 from Access4all/bugfix/lint
Browse files Browse the repository at this point in the history
chore: update ecma version in eslint config
  • Loading branch information
backflip authored May 4, 2023
2 parents 6ef5f9c + 0066591 commit deae263
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: ['standard', 'prettier'],
parserOptions: {
ecmaVersion: 6
ecmaVersion: 2018
},
globals: {
$: true,
Expand Down

0 comments on commit deae263

Please sign in to comment.