Skip to content

Commit

Permalink
Updates eslint config and fixes warnings (#416)
Browse files Browse the repository at this point in the history
* Updates eslint config and fixes warnings

* Updates changelo
  • Loading branch information
abea authored Sep 17, 2020
1 parent 90588d9 commit 3c7f93f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changelog

## 2.0.0-rc.4 (2020-09-23):
## 2.0.0-rc.3 (2020-09-23):
- `nestingLimit` option added.

## 2.0.0-rc.3 (2020-09-09):
- Updates ESLint config package and fixes warnings.
- Upgrade `is-plain-object` package with named export. Thanks to [Bogdan Chadkin](https://github.com/TrySound) for the contribution.
- Upgrade `postcss` package and drop Node 11 and Node 13 support (enforced by postcss).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-apostrophe": "^3.2.0",
"eslint-config-apostrophe": "^3.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit 3c7f93f

Please sign in to comment.