8000 lint: explicity set ecma version to 5 · hellochar/plotly.js@61a346e · GitHub
[go: up one dir, main page]

Skip to content

Commit 61a346e

Browse files
committed
lint: explicity set ecma version to 5
1 parent 3021eb1 commit 61a346e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"extends": [
44
"eslint:recommended"
55
],
6+
"parserOptions": {
7+
"ecmaVersion": 5,
8+
},
69
"env": {
710
"commonjs": true
811
},

0 commit comments

Comments
 (0)
0