Skip to content

Commit

Permalink
Added .babelrc file and updated .eslintrc file to lint using the babe…
Browse files Browse the repository at this point in the history
…l parser.
  • Loading branch information
dgreene-r7 committed May 25, 2016
1 parent 9487767 commit ac57f0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .babelrc
@@ -0,0 +1,7 @@
{
"presets":[
"react",
"es2015",
"stage-0"
]
}
9 changes: 5 additions & 4 deletions .eslintrc
@@ -1,6 +1,7 @@
{
"plugins": [
"rapid7"
],
"extends": "rapid7"
"parser":"babel-eslint",
"extends": "rapid7",
"env": {
"es6": true
}
}

0 comments on commit ac57f0a

Please sign in to comment.