Skip to content

Commit 9b00793

Browse files
committed
setup linter for ES5
1 parent 38dcead commit 9b00793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"homepage": "https://terminal.jcubic.pl",
200200
"eslintConfig": {
201201
"parserOptions": {
202-
"ecmaVersion": 2018,
202+
"ecmaVersion": 5,
203203
"sourceType": "script",
204204
"ecmaFeatures": {}
205205
},

0 commit comments

Comments
 (0)