We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60704fb commit a120199Copy full SHA for a120199
.eslintrc
@@ -2,6 +2,9 @@ env:
2
node: true
3
es6: true
4
5
+parserOptions:
6
+ ecmaVersion: 2016
7
+
8
rules:
9
# Possible Errors
10
# http://eslint.org/docs/rules/#possible-errors
0 commit comments