mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[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:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user