1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 14:36:38 -04:00

Merge pull request #72 from XhmikosR/es6

Specify es6 ESLint option.
This commit is contained in:
Shun Sato
2018-10-07 19:40:32 +09:00
committed by GitHub

View File

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