Skip to content

Commit

Permalink
Workaround while waiting on mysticatea/eslint-plugin-node#228 and mys…
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoMartin committed Dec 29, 2020
1 parent 6c400bc commit 024e96d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -43,7 +43,8 @@
"files": ["config.js"],
"rules": {
"node/no-process-env": "off",
"node/no-process-exit": "off"
"node/no-process-exit": "off",
"no-process-exit": "off"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "enzo-codestyle",
"version": "6.3.2",
"version": "6.3.3",
"repository": "git@github.com:EnzoMartin/codestyle.git",
"description": "Enzo's ESLint configuration",
"author": "Enzo Martin <enzo.r.martin@gmail.com>",
Expand All @@ -20,6 +20,6 @@
"eslint": "^7.16.0"
},
"engines": {
"node" : ">=12.0.0"
"node": ">=12.0.0"
}
}

0 comments on commit 024e96d

Please sign in to comment.