Skip to content

Commit

Permalink
Merge pull request #3 from NotNinja/develop
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
neocotic authored Jul 3, 2017
2 parents fd6e4ff + ea641af commit 5c32d79
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.1, 2017.07.03

* Fix incorrect value type for `max-statements-per-line` rule

## Version 0.2.0, 2017.07.03

* Add missing rules as of ESLint 4
Expand Down
4 changes: 3 additions & 1 deletion es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ module.exports = {
'max-statements': 'off',
'max-statements-per-line': [
'error',
1
{
'max': 1
}
],
'multiline-ternary': 'off',
'new-cap': 'error',
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-config-notninja",
"version": "0.2.0",
"version": "0.2.1",
"description": "Standard ESLint configurations for !ninja packages",
"homepage": "https://github.com/NotNinja/eslint-config-notninja",
"bugs": {
Expand Down

0 comments on commit 5c32d79

Please sign in to comment.