Skip to content

Commit

Permalink
v3.26.0 - support prettier eslint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 28, 2021
1 parent eaffc15 commit d9b7671
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 66 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## v3.26.0 2021 July 29

- Support [`prettier/eslint-config-prettier` v8](https://github.com/prettier/eslint-config-prettier/blob/aeb4d52de54960ff48a8c627e6c25db9873d7719/CHANGELOG.md#version-800-2021-02-21) which auto-configures itself
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v3.25.0 2021 July 29

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
7 changes: 0 additions & 7 deletions adapt.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,6 @@ if (prettier) {

// Let the plugin autoconfigure
config.extends.push('plugin:prettier/recommended')
// config.extends.push('prettier') <-- doesn't autoconfigure the rules

// Add flowtype
if (flowtype) config.extends.push('prettier/flowtype')

// Add react
if (react) config.extends.push('prettier/react')
}

// Plugin: Base UI
Expand Down
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-bevry",
"version": "3.25.0",
"version": "3.26.0",
"description": "Bevry's ESLint configuration is an adaptive configuration that automatically configures ESLint.",
"homepage": "https://github.com/bevry/eslint-config-bevry",
"license": "MIT",
Expand Down Expand Up @@ -104,7 +104,7 @@
"eslint-plugin-prettier": "^3.4.0",
"kava": "^5.14.0",
"prettier": "^2.3.2",
"projectz": "^2.18.0",
"projectz": "^2.19.0",
"valid-directory": "^3.7.0"
},
"scripts": {
Expand Down

0 comments on commit d9b7671

Please sign in to comment.