Skip to content

Commit

Permalink
Release @adeira/eslint-config version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml authored and kodiakhq[bot] committed Apr 6, 2021
1 parent bf37c3e commit d3e2ac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {},
"devDependencies": {
"@adeira/babel-preset-adeira": "^3.0.0",
"@adeira/eslint-config": "^5.2.0",
"@adeira/eslint-config": "^5.3.0",
"@adeira/eslint-runner": "^2.0.0",
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
Expand Down
2 changes: 2 additions & 0 deletions src/eslint-config-adeira/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 5.3.0

- Rule [`react/no-unstable-nested-components`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unstable-nested-components.md) enabled (warnings or errors in strict mode)
- Our custom rule `adeira/flow-use-readonly-spread` has been migrated to official [`flowtype/use-read-only-spread`](https://github.com/gajus/eslint-plugin-flowtype/blob/master/.README/rules/use-read-only-spread.md) while keeping the same behavior (https://github.com/gajus/eslint-plugin-flowtype/pull/472). You might need to adjust your config in case you are overwriting the default config values.

Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/adeira/universe/tree/master/src/eslint-config-adeira",
"license": "MIT",
"private": false,
"version": "5.2.0",
"version": "5.3.0",
"main": "index",
"sideEffects": false,
"dependencies": {
Expand Down

0 comments on commit d3e2ac7

Please sign in to comment.