fix ecmaVersion in .eslintrc

This commit is contained in:
silverwind 2018-01-11 21:36:37 +01:00
parent 6606c00fb3
commit 63730f557a
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -1,7 +1,7 @@
root: true
parserOptions:
ecmaVersion: 2017
ecmaVersion: 2015
env:
node: true