Skip to content

Commit 223b428

Browse files
authored
Merge pull request #1 from NotNinja/develop
Release 0.1.1
2 parents b036002 + 13cc177 commit 223b428

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*
22
AUTHORS.md
3+
CHANGES.md
34
CONTRIBUTING.md
45
README.md

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Version 0.1.1, 2017.05.01
2+
3+
* Fix bug with missing comma after `sort-keys` rule
4+
5+
## Version 0.1.0, 2017.05.01
6+
7+
* Initial release

es5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ module.exports = {
280280
'error',
281281
'always'
282282
],
283-
'sort-keys': 'off'
283+
'sort-keys': 'off',
284284
'sort-vars': 'off',
285285
'space-before-blocks': 'error',
286286
'space-before-function-paren': [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-notninja",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Standard ESLint configurations for !ninja packages",
55
"homepage": "https://github.com/NotNinja/eslint-config-notninja",
66
"bugs": {

0 commit comments

Comments
 (0)