Skip to content

Commit

Permalink
V3 (#21)
Browse files Browse the repository at this point in the history
* Drop node 4 & 5, add node 10

Bump deps

* Sort rules alphabetically and test overrides

### Added
* Disabled `id-length`, `newline-after-var`, and `no-process-env` for tests.
* Added `**/tests-*.js` as a test override pattern.

* Add implicit-arrow-linebreak rule

Closes #13

* Clean up changelog

* Remove trailing comma
  • Loading branch information
tclindner authored May 12, 2018
1 parent 77e1900 commit 26045b6
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 212 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ sudo: false
language: node_js

node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"

cache:
directories:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [3.0.0] - 2018-05-12
### Added
* Disabled `id-length`, `newline-after-var`, and `no-process-env` for tests.
* Added `**/tests-*.js` as a test override pattern.

Added one new rule from ESLint v4.12.0.
* [implicit-arrow-linebreak](http://eslint.org/docs/rules/implicit-arrow-linebreak)

### Removed
* Dropped Node 4 and 5 support

## [2.4.0] - 2018-05-05
### Changed
* `no-magic-numbers` - disabled for tests
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Node

* [Node.js](https://nodejs.org/) - v4.2.0+
* [npm](https://www.npmjs.com/) - v2.14.7+
* [Node.js](https://nodejs.org/) - v6.0.0+
* [npm](https://www.npmjs.com/) - v3.0.0+

## Install project dependencies

Expand Down
Loading

0 comments on commit 26045b6

Please sign in to comment.