Let xo handle all directories

This commit is contained in:
Leo Lamprecht 2016-09-22 07:41:07 +02:00
parent a1f8413680
commit ee1405997d
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -23,24 +23,5 @@
"ms": "0.7.1",
"shell-env": "0.2.0",
"uuid": "2.0.2"
},
"eslintConfig": {
"extends": "standard",
"rules": {
"yoda": 0,
"semi": [
2,
"always"
],
"no-unused-vars": 2,
"no-extra-semi": 2,
"semi-spacing": [
2,
{
"before": false,
"after": true
}
]
}
}
}