1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-11-06 18:05:41 -05:00

Specify es6 ESLint option.

This commit is contained in:
XhmikosR
2018-10-07 11:53:13 +03:00
parent ea361afa4a
commit 826aefb4da

View File

@@ -39,6 +39,7 @@
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"es6": true,
"node": true
},
"parserOptions": {