Skip to content

Commit

Permalink
copying in a bunch of @sanity/types tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto committed May 9, 2023
1 parent 82b0d30 commit f9a8ca2
Show file tree
Hide file tree
Showing 5 changed files with 1,448 additions and 79 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"react/jsx-filename-extension": [
"warn",
{
"allow": "as-needed",
"extensions": [".jsx", ".tsx"]
}
],
"react/react-in-jsx-scope": "off"
}
},
{
Expand Down
Loading

0 comments on commit f9a8ca2

Please sign in to comment.