P5-3564 - Add eslint and run with --fix

This commit is contained in:
Anders Gustafsson
2019-02-22 14:25:19 +01:00
parent 8c1fc65d72
commit c89c1ce609
47 changed files with 4355 additions and 3393 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"rules": {
"no-console":[
"error"
]
}
}