Skip to content

Commit

Permalink
chore: prepare 92.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 7, 2018
1 parent 05331ac commit bb963d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org). Except add new
rule (it is breaking changed by default).

## 92.0.1 - 2018-12-07

- Fixed: `no-process-exit` should disable, but `recommended` preset of `eslint-plugin-node` enable rule.

## 92.0.0 - 2018-12-07

- Added: `import/order` rule.
Expand Down
4 changes: 2 additions & 2 deletions lib/config/rules/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ module.exports = {
// In recommended
// "no-process-env": "off",
// Disallow process.exit()
// In recommended
// "no-process-exit": "off",
// Rewrite `eslint-plugin-node` recommended rule
"no-process-exit": "off",
// Restrict usage of specified node modules
"no-restricted-modules": "off",
// Disallow certain properties on certain objects
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-itgalaxy",
"version": "92.0.0",
"version": "92.0.1",
"description": "Itgalaxy org's ESLint rules and configs.",
"keywords": [
"eslint",
Expand Down

0 comments on commit bb963d0

Please sign in to comment.