Skip to content

Commit

Permalink
[ESLint] Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
akxcv committed May 14, 2017
1 parent 37b1283 commit 6f1f480
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint/.hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
eslint:
enabled: true
config_file: .eslintrc.json
1 change: 1 addition & 0 deletions eslint/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/rules/*.yml
/.eslintrc.json
/.gitignore
/.hound.yml
/yarn.lock
24 changes: 24 additions & 0 deletions eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## master
### Changed
- `newline-per-chained-call` - disabled

## [0.3.3] - 2017-05-12
### Changed
- `curry/arrow-parens` set to `requireForBlockBody: false`
- `import/prefer-default-export` - disabled

## [0.3.2] - 2017-05-11
### Added
- `no-var: error`

## [0.3.1] - 2017-05-02
### Added
- `eslint-plugin-curry`

## [0.3.0] - 2017-04-28
### Added
- `object-curly-spacing: always`
- Rules for Flow.
### Changed
- Allow parens in `no-confusing-arrow`

## [0.2.0] - 2017-04-14
### Changed
- Rules are now in Yaml.

0 comments on commit 6f1f480

Please sign in to comment.