Skip to content

Commit

Permalink
eslintrc and babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Schmadel committed Feb 8, 2016
1 parent bcab5c5 commit 20b9fc9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"ecmaFeatures": {
"modules": true
},
"env": {
"node": true,
"browser": false,
"es6": true
},
"extends": "eslint:recommended"
}
4 changes: 4 additions & 0 deletions tests/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["../babel-ng-annotate-harmony"]
}

0 comments on commit 20b9fc9

Please sign in to comment.