Skip to content

Commit

Permalink
deps: upgrade [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrgaffney committed Dec 27, 2020
1 parent 2e94062 commit 86e23f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v4.4.1][v4.4.1] - 2020-12-27

### Dependencies

- upgrade `[email protected]`

## [v4.4.0][v4.4.0] - 2020-12-15

### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All configs rely on `eslint`, but the most specific configs rely on plugins as w
### `pat`: Base Config

- **Requires**:
- `eslint >=7.15.0`
- `eslint >=7.16.0`

The `pat` configuration is the base for this package. It **only** declares rules that are shipped with [ESLint][eslint] — therefore it relies on no plugins. It's useful for linting really any Javascript.

Expand All @@ -40,7 +40,7 @@ module.exports = {
### `pat/node`: Node.js Config

- **Requires**:
- `eslint >=7.15.0`
- `eslint >=7.16.0`
- `eslint-plugin-node >=11.1.0`

The `pat/node` configuration is used for linting [Node.js][node] projects. It extends from the `pat` base config, while adding rules from [`eslint-plugin-node`][eslint-node].
Expand All @@ -59,7 +59,7 @@ module.exports = {
### `pat/react`: React.js Config

- **Requires**:
- `eslint >=7.15.0`
- `eslint >=7.16.0`
- `eslint-plugin-react >=7.20.0`

The `pat/react` configuration is used for linting [React.js][react] projects. It extends from the `pat` base config, while adding rules from [`eslint-plugin-react`][eslint-react].
Expand All @@ -78,7 +78,7 @@ module.exports = {
### `pat/mocha`: Mocha Config

- **Requires**:
- `eslint >=7.15.0`
- `eslint >=7.16.0`
- `eslint-plugin-mocha >=8.0.0`

The `pat/mocha` configuration is used for linting [Mocha][mocha] test suites. It extends from the `pat` base config, while adding rules from [`eslint-plugin-mocha`][eslint-mocha].
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Pat Gaffney <[email protected]>",
"license": "MIT",
"peerDependencies": {
"eslint": ">=7.15.0"
"eslint": ">=7.16.0"
},
"optionalDependencies": {
"eslint-plugin-mocha": ">=8.0.0",
Expand Down

0 comments on commit 86e23f4

Please sign in to comment.