Skip to content

Commit

Permalink
fix: update eslint-config-airbnb-typescript to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandr-g committed Jan 9, 2022
1 parent 402c884 commit 0229047
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 83 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
// Disable <Fragment> => <> replacement. Feel free to change
"react/jsx-fragments": "off",
// Disable prefer default export
"import/prefer-default-export": "off"
"import/prefer-default-export": "off",
"@typescript-eslint/object-curly-spacing": "off"
},
"overrides": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
"enzyme": "^3.11.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
"enzyme": "3.11.0",
"eslint": "7.11.0",
"eslint-config-airbnb-typescript": "12.0.0",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.4.1",
Expand Down
3 changes: 2 additions & 1 deletion template/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"react/jsx-fragments": "off",
// Disable prefer default export
"import/prefer-default-export": "off",
"comma-dangle": "off"
"comma-dangle": "off",
"@typescript-eslint/object-curly-spacing": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 0229047

Please sign in to comment.