Move babel and eslint config into package.json

This commit is contained in:
An Phan 2017-02-12 22:42:39 +08:00
parent f5e1665482
commit 38862270db
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
3 changed files with 10 additions and 10 deletions

View file

@ -1,4 +0,0 @@
{
"presets": ["es2015"],
"plugins": ["lodash"]
}

View file

@ -1,6 +0,0 @@
{
"extends": "vue",
"rules": {
"no-multi-str": "off"
}
}

View file

@ -13,6 +13,16 @@
"type": "git",
"url": "https://github.com/phanan/koel"
},
"babel": {
"presets": ["es2015"],
"plugins": ["lodash"]
},
"eslintConfig": {
"extends": "vue",
"rules": {
"no-multi-str": "off"
}
},
"dependencies": {
"alertify.js": "^1.0.12",
"axios": "^0.15.3",