Skip to content

Commit

Permalink
Merge pull request #1 from NotNinja/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
neocotic authored May 1, 2017
2 parents b036002 + 13cc177 commit 223b428
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
AUTHORS.md
CHANGES.md
CONTRIBUTING.md
README.md
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Version 0.1.1, 2017.05.01

* Fix bug with missing comma after `sort-keys` rule

## Version 0.1.0, 2017.05.01

* Initial release
2 changes: 1 addition & 1 deletion es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module.exports = {
'error',
'always'
],
'sort-keys': 'off'
'sort-keys': 'off',
'sort-vars': 'off',
'space-before-blocks': 'error',
'space-before-function-paren': [
Expand Down
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.1.0",
"version": "0.1.1",
"description": "Standard ESLint configurations for !ninja packages",
"homepage": "https://github.com/NotNinja/eslint-config-notninja",
"bugs": {
Expand Down

0 comments on commit 223b428

Please sign in to comment.