Skip to content

Commit

Permalink
Merge pull request #11 from coxcore/develop
Browse files Browse the repository at this point in the history
개발 환경 업데이트
  • Loading branch information
coxcore authored Oct 15, 2018
2 parents bb13a96 + eb923e5 commit efda97e
Show file tree
Hide file tree
Showing 5 changed files with 6,473 additions and 6,265 deletions.
8 changes: 4 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
presets: [
["es2015", {
modules: false
"presets": [
["@babel/preset-env", {
"modules": false
}]
],
plugins: ["transform-runtime"]
"plugins": ["@babel/plugin-transform-runtime"]
}
8 changes: 5 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"extends": "es2015",
"extends": "eslint:recommended",
"parserOptions": {
"env": {
"es6" : true
},
"sourceType": "module"
},
"plugins": ["import"]
}
}
Loading

0 comments on commit efda97e

Please sign in to comment.