Update ESLint rules.

This commit is contained in:
XhmikosR
2018-12-17 23:14:23 +09:00
committed by Shun Sato
parent 7baa5fd998
commit 3ba8a40832
+10
View File
@@ -40,6 +40,16 @@
"env": { "env": {
"es6": true, "es6": true,
"node": true "node": true
},
"rules": {
"prefer-destructuring": [
"error",
{
"object": true,
"array": false
}
],
"strict": "error"
} }
} }
} }