Skip to content

Commit 970b605

Browse files
author
Jaime Ramírez
committed
Added support for ecma 2018
1 parent 249f5bb commit 970b605

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/.eslintrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
"plugins": ["prettier"],
55

6+
"parserOptions": {
7+
"ecmaVersion": 2018
8+
},
9+
610
"env": {
711
"browser": true,
812
"node": true,

0 commit comments

Comments
 (0)