Skip to content

Commit

Permalink
🔧 Configure eslint env
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrouch committed Dec 20, 2019
1 parent d19a27f commit b8b5473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
root: true,
parser: "esprima",
env: {
node: true
},
extends: ["eslint:recommended", "plugin:prettier/recommended"]
};
5 changes: 0 additions & 5 deletions bin/.eslintrc.js

This file was deleted.

0 comments on commit b8b5473

Please sign in to comment.