Skip to content

Commit

Permalink
setup linter for ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 13, 2024
1 parent 38dcead commit 9b00793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -199,7 +199,7 @@
"homepage": "https://terminal.jcubic.pl",
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 5,
"sourceType": "script",
"ecmaFeatures": {}
},
Expand Down

0 comments on commit 9b00793

Please sign in to comment.