Skip to content

Commit

Permalink
roll 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Jul 3, 2017
1 parent a95f5ed commit ad1c4f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.2.0, 2017.07.03

* Add missing rules as of ESLint 4
* Remove deprecated/removed rules as of ESLint 4
* Add ES7/2016 & ES8/2017 configurations
* Update rules to align with common usage

## Version 0.1.1, 2017.05.01

* Fix bug with missing comma after `sort-keys` rule
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.1.1",
"version": "0.2.0",
"description": "Standard ESLint configurations for !ninja packages",
"homepage": "https://github.com/NotNinja/eslint-config-notninja",
"bugs": {
Expand Down

0 comments on commit ad1c4f2

Please sign in to comment.