added es-lint config to sandbox

This commit is contained in:
Christoph Oberhofer
2016-07-10 20:21:41 +02:00
parent 0b1f1dc3bd
commit 5d4aa1b519
7 changed files with 183 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"root": true,
"extends": "./node_modules/eslint-config-netconomy/react.js",
"parser": "babel-eslint",
"rules": {
"comma-dangle": [2, "always-multiline"],
}
}