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

Update ESLint rules.

This commit is contained in:
XhmikosR
2018-12-15 08:37:18 +02:00
committed by Shun Sato
parent 7baa5fd998
commit 3ba8a40832

View File

@ -40,6 +40,16 @@
"env": {
"es6": true,
"node": true
},
"rules": {
"prefer-destructuring": [
"error",
{
"object": true,
"array": false
}
],
"strict": "error"
}
}
}