Skip to content

Commit 967ef5c

Browse files
committed
changed eslint version
1 parent 848dfaa commit 967ef5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/optimizely-sdk/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111
Promise: 'readonly',
1212
},
1313
parserOptions: {
14-
ecmaVersion: 5,
14+
ecmaVersion: 6,
15+
sourceType: 'module',
1516
},
1617
rules: {
1718
'no-prototype-builtins': 'off',

0 commit comments

Comments
 (0)