Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 17, 2022
1 parent 13bdd64 commit 7bb5bb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@
"react/display-name": "off",
"react/prop-types": "off",
"import/no-unresolved": "off",
"react/no-unknown-property": [
"error",
{
"ignore": [
"css"
]
}
],
"@typescript-eslint/sort-type-union-intersection-members": "off"
}
}
Expand Down

0 comments on commit 7bb5bb5

Please sign in to comment.