Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmord authored May 6, 2024
2 parents 2e9bb06 + a8f623e commit 98e9898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/react-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
extends: [require.resolve("./react.js"), require.resolve("./typescript.js")],
overrides: [
{
files: ["*.tsx"],
files: ["*.ts?(x)"],
extends: ["airbnb-typescript", "prettier"],
rules: {
"react/require-default-props": "off",
Expand Down
2 changes: 1 addition & 1 deletion src/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
extends: require.resolve("./base.js"),
overrides: [
{
files: ["*.jsx", "*.tsx"],
files: ["*.jsx", "*.ts?(x)"],
extends: [
"airbnb",
"airbnb/hooks",
Expand Down

0 comments on commit 98e9898

Please sign in to comment.