Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jun 20, 2021
1 parent 4447c99 commit bfd29f9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 8.0.0

Breaking changes:

* Disable `react/no-multi-comp` rule
* Enable JSX in `.test.js` files
* Use standard ESLint parser

Features:

* Drop support for Node v10

Dependencies:

* Update dependencies + peer dependencies

No code:

* Linting fixes

Dev:

* Use NPM v7 for development
* Use Github Actions for CI
* Update dev dependencies

Docs:

* Remove Greenkeeper badge
* Update license year
* Remove license indentation

## 7.1.0

Features:
Expand Down
4 changes: 2 additions & 2 deletions 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": "@overlookmotel/eslint-config-react",
"version": "7.1.0",
"version": "8.0.0",
"description": "@overlookmotel's ESLint config for React",
"main": "index.js",
"files": [],
Expand Down

0 comments on commit bfd29f9

Please sign in to comment.