Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-config-prettier from 6.15.0 to 8.1.0 (#125)
Browse files Browse the repository at this point in the history
* build(deps-dev): Bump eslint-config-prettier from 6.15.0 to 8.1.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v6.15.0...v8.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Fix the eslintrc config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jessie Wei <jessieweiyi@gmail.com>
Co-authored-by: Jessie Wei <jeswei@amazon.com>
  • Loading branch information
3 people committed Mar 30, 2021
1 parent 914dd53 commit 38b73b0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
@@ -1,5 +1,5 @@
{
"extends": ["react-app", "plugin:prettier/recommended", "prettier/react"],
"extends": ["react-app", "plugin:prettier/recommended"],
"plugins": ["header"],
"rules": {
"header/header": [2, "header.js"]
Expand Down
41 changes: 12 additions & 29 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
Expand Up @@ -78,7 +78,7 @@
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.0.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-header": "^3.0.0",
Expand Down

0 comments on commit 38b73b0

Please sign in to comment.