Skip to content

Commit 8a31b31

Browse files
feat: upgrade config-godaddy parser option (#238)
1 parent e2ed079 commit 8a31b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-godaddy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
plugins: ['mocha', 'json'],
1111
extends: ['eslint:recommended'],
1212
parserOptions: {
13-
ecmaVersion: 9,
13+
ecmaVersion: 13,
1414
sourceType: 'module',
1515
ecmaFeatures: {
1616
globalReturn: true

0 commit comments

Comments
 (0)