add eslint and stuff

This commit is contained in:
2018-08-07 22:11:37 +02:00
parent 3f74e15115
commit 7121cfaabd
10 changed files with 915 additions and 49 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "standard",
"globals": {
"$": false,
"Vue": false,
"_": false
},
"rules": {
"camelcase": ["off", { "properties": "never" }]
}
}