Skip to content

Commit

Permalink
Move babel and eslint config into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Feb 12, 2017
1 parent f5e1665 commit 3886227
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc

This file was deleted.

10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3886227

Please sign in to comment.