Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Commit

Permalink
Add eslint configs for Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodldavis committed Oct 15, 2017
1 parent d824eb6 commit 96b9fa5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const manager = require('xo/options-manager');

module.exports = manager.buildConfig(manager.preprocess({}));
5 changes: 5 additions & 0 deletions test/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
env: {
mocha: true
}
};

0 comments on commit 96b9fa5

Please sign in to comment.