Skip to content

Commit

Permalink
Merge pull request #23 from ridi/v5.1.0
Browse files Browse the repository at this point in the history
v5.1.0
  • Loading branch information
ayon.c authored Sep 15, 2020
2 parents eff9562 + 4319994 commit cfe7ca2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## master

## v5.1.0 - 2020-09-14
### Changed
- Feature: update packages version && loose coupled rules ([#22](https://github.com/ridi/eslint-config/pull/22))

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
{
"extends": [
'@ridi/eslint-config',
"@ridi/eslint-config/react",
'@ridi/eslint-config/react',
],
}
```
Expand All @@ -82,7 +82,7 @@ works fine with local configuration file (e.g. .prettierrc)
{
"extends": [
'@ridi/eslint-config',
"@ridi/eslint-config/prettier",
'@ridi/eslint-config/prettier',
],
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ridi/eslint-config",
"version": "5.0.0",
"version": "5.1.0",
"description": "RIDI's ESLint configs for Javascript",
"main": "index.js",
"files": [
Expand Down

0 comments on commit cfe7ca2

Please sign in to comment.