Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Reconfigure AVA and ESLint.
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Jun 7, 2017
1 parent 6691676 commit 5f1c6cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
// For import issues with Meteor.
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off",
"import/extensions": "off"
"import/extensions": "off",
"meteor/audit-argument-checks": "off"
}
};
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"tap-nyan": "^1.1.0"
},
"ava": {
"babel": "inherit",
"babel": {
"presets": ["react", ["env", { "targets": { "node": 8 }}], "stage-0"]
},
"files": [
"tests/**/*.js"
]
Expand Down

0 comments on commit 5f1c6cb

Please sign in to comment.