add eslint and config file

This commit is contained in:
basti76
2018-09-15 17:11:48 +02:00
parent 3020de0816
commit a6f4e21ebe

3
.eslintrc.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
"extends": "standard"
};