added eslint that will validate the js

This commit is contained in:
Edward Shen 2018-05-07 09:52:20 -04:00
parent bdec10fde3
commit 888b74eae0
No known key found for this signature in database
GPG key ID: 4E887A42793D0433

View file

@ -4,5 +4,11 @@
"Module": true, "Module": true,
"Log": true, "Log": true,
"MM": true "MM": true
},
"rules": {
"comma-dangle": "off",
"object-shorthand": "off",
"func-names": "off",
"space-before-function-paren": "off"
} }
} }