Skip to content

Commit

Permalink
Fix: Make npm install work
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Apr 23, 2021
1 parent c1391a4 commit 30b1cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
env:
node: true
extends: "eslint-config-eslint"
# extends: "eslint-config-eslint"
parserOptions:
ecmaVersion: 2021
rules:
no-console: 0
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"homepage": "https://github.com/eslint/eslint-release#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-eslint": "^5.0.1",
"eslint": "^7.0.0",
"eslint-plugin-node": "^9.1.0",
"leche": "^2.3.0",
"mocha": "^6.1.4",
Expand Down

0 comments on commit 30b1cc3

Please sign in to comment.