Skip to content

Commit

Permalink
fix/ESLint: Replace ...airbnb with ...airbnb-base
Browse files Browse the repository at this point in the history
In order to resolve the unexpected "React version..." warning, the
project uses `eslint-config-airbnb-base` which does not include React
specifications.
  • Loading branch information
gbence committed Mar 27, 2024
1 parent 7e04d11 commit 8364f52
Show file tree
Hide file tree
Showing 6 changed files with 1,076 additions and 1,672 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
node: true,
},
extends: [
'airbnb',
'airbnb-base',
'eslint:recommended',
'plugin:jest/recommended',
'plugin:jest/style',
Expand Down

0 comments on commit 8364f52

Please sign in to comment.