mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Move babel and eslint config into package.json
This commit is contained in:
parent
f5e1665482
commit
38862270db
3 changed files with 10 additions and 10 deletions
4
.babelrc
4
.babelrc
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"presets": ["es2015"],
|
|
||||||
"plugins": ["lodash"]
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "vue",
|
|
||||||
"rules": {
|
|
||||||
"no-multi-str": "off"
|
|
||||||
}
|
|
||||||
}
|
|
10
package.json
10
package.json
|
@ -13,6 +13,16 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phanan/koel"
|
"url": "https://github.com/phanan/koel"
|
||||||
},
|
},
|
||||||
|
"babel": {
|
||||||
|
"presets": ["es2015"],
|
||||||
|
"plugins": ["lodash"]
|
||||||
|
},
|
||||||
|
"eslintConfig": {
|
||||||
|
"extends": "vue",
|
||||||
|
"rules": {
|
||||||
|
"no-multi-str": "off"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"alertify.js": "^1.0.12",
|
"alertify.js": "^1.0.12",
|
||||||
"axios": "^0.15.3",
|
"axios": "^0.15.3",
|
||||||
|
|
Loading…
Reference in a new issue