We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 4f57329Copy full SHA for 4f57329
package.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "babel-plugin-check-prop-types",
3
+ "version": "1.0.0",
4
+ "description": "Babel plugin to typecheck React components with legacy PropTypes compatible with React 19",
5
+ "repository": "https://github.com/NikolayFrantsev/babel-plugin-check-prop-types",
6
+ "author": "Nikolay Frantsev <[email protected]>",
7
+ "license": "MIT",
8
+ "type": "module"
9
+}
0 commit comments