Skip to content

Commit

Permalink
chore(deps): bump eslint-config-prettier from 7.2.0 to 8.0.0 (#41)
Browse files Browse the repository at this point in the history
* chore(deps): bump eslint-config-prettier from 7.2.0 to 8.0.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.0.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@v7.2.0...v8.0.0)

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

* fix: do not need to specify syntax now

* fix: update to latest

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Emmanuel Chambon <echambon@scaleway.com>
  • Loading branch information
dependabot[bot] and chambo-e authored Mar 2, 2021
1 parent 95d9962 commit c686adc
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 175 deletions.
5 changes: 2 additions & 3 deletions packages/eslint-config-react/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
extends: ['airbnb', 'airbnb/hooks', 'prettier', 'prettier/react'],
parser: '@babel/eslint-parser',
extends: ['airbnb', 'airbnb/hooks', 'prettier'],
env: {
browser: true,
jest: true,
Expand Down Expand Up @@ -36,6 +35,6 @@ module.exports = {
'react/jsx-no-script-url': 'error',
'react/jsx-no-useless-fragment': 'error',
'react/no-adjacent-inline-elements': 'error',
'react/jsx-no-constructed-context-values': 'warn'
'react/jsx-no-constructed-context-values': 'warn',
},
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@babel/eslint-parser": "^7.12.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
Expand Down
Loading

0 comments on commit c686adc

Please sign in to comment.