Skip to content

Commit

Permalink
[components] Convert files to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 6cf5008 commit adc414b
Show file tree
Hide file tree
Showing 100 changed files with 1,315 additions and 1,190 deletions.
6 changes: 5 additions & 1 deletion packages/@sanity/components/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": ["../../../.eslintrc.js"]
"extends": ["../../../.eslintrc.js"],
"rules": {
"id-length": "off",
"react/require-default-props": "off"
}
}
4 changes: 3 additions & 1 deletion packages/@sanity/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"string-hash": "^1.1.3"
},
"devDependencies": {
"@sanity/check": "1.150.1",
"@types/react-sortable-hoc": "^0.6.3",
"@types/element-resize-detector": "1.1.2",
"@types/chance": "^1.1.0",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.0",
"react": "16.9.0",
Expand Down

0 comments on commit adc414b

Please sign in to comment.