Skip to content

Commit 974ad6c

Browse files
committed
Enable ES6 eslint
1 parent 90ecea7 commit 974ad6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"commonjs": true,
55
"jasmine": true
66
},
7+
"parserOptions": {
8+
"ecmaVersion": 6,
9+
"sourceType": "module"
10+
},
711
"extends": "eslint:recommended",
812
"rules": {
913
"linebreak-style": [
@@ -19,4 +23,4 @@
1923
"always"
2024
]
2125
}
22-
}
26+
}

0 commit comments

Comments
 (0)