Unvendor playmusic, move to eslint

This commit is contained in:
Jonathan Cremin 2015-05-16 22:32:51 +01:00
parent c7bfb3edf6
commit 23e8ee2405
8 changed files with 39 additions and 529 deletions

6
.eslintrc Normal file
View file

@ -0,0 +1,6 @@
{
"env": {
"node": true,
"es6": true
}
}