[healthcheck] New package for checking violations

This package will be used to check for violations
of the rules of react and other heuristics to
determine the health of a codebase.

The health of a codebase gives an expectation of
how easy it will be onboard on to the compiler.

ghstack-source-id: b52fc4e44f704e0544f15066d8905825a256dc4a
Pull Request resolved: https://github.com/facebook/react-forget/pull/2884
This commit is contained in:
Sathya Gunsasekaran
2024-04-23 12:28:40 +01:00
parent 10e11c4a88
commit 6019ef0a43
@@ -0,0 +1,17 @@
{
"name": "healthcheck",
"version": "0.0.0",
"description": "Health check script to test violations of the rules of react.",
"scripts": {
"build": "rimraf dist && tsc --build",
"test": "echo 'no tests'"
},
"dependencies": {
},
"devDependencies": {
},
"engines": {
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
},
"license": "MIT"
}