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 19, 2021
1 parent 53a097d commit d1e65b4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 8.0.0

Breaking changes:

* Disable `no-nested-ternary` rule
* Disable `no-return-await` rule
* Parser `ecmaVersion` 2021

Bug fixes:

* Parse `.mjs` files as ES Modules

Features:

* Drop support for Node v10

Dependencies:

* Update peer dependencies

Dev:

* Use Github Actions for CI
* Update dev dependencies

Docs:

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

## 7.2.1

Tests:
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "7.2.1",
"version": "8.0.0",
"description": "@overlookmotel's ESLint config",
"main": "index.js",
"files": [],
Expand Down

0 comments on commit d1e65b4

Please sign in to comment.