Skip to content

Commit

Permalink
chore: update pwa-kit-dev eslint config
Browse files Browse the repository at this point in the history
+ Bump `eslint-plugin-react` to latest version
+ Auto-detect React version

+ Bump `eslint-plugin-react` to latest version
+ Auto-detect React version
  • Loading branch information
breadadams committed Jan 31, 2023
1 parent 6dc369c commit d80de1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/pwa-kit-dev/package.json
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react": "7.32.2",
"express": "^4.17.1",
"fs-extra": "^10.1.0",
"git-rev-sync": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-dev/src/configs/eslint/eslint-config.js
Expand Up @@ -23,7 +23,7 @@ module.exports = {
plugins: ['header', 'react', 'prettier'],
settings: {
react: {
version: '16.8'
version: 'detect'
}
},
rules: {
Expand Down

0 comments on commit d80de1b

Please sign in to comment.