Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1503 This diff makes it so that our driver will sign all of the generated files to help ensure that they are not edited by hand. Next I will add CI to actually verify the signature Reviewed By: NickGerleman Differential Revision: D51966201 fbshipit-source-id: f7e3f4fde1c98832212a448b2dcc8e21be0560c4
28 lines
662 B
JSON
28 lines
662 B
JSON
{
|
|
"name": "yoga-repo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"tsc": "yarn workspaces run tsc",
|
|
"gentest": "yarn workspace gentest run gentest"
|
|
},
|
|
"workspaces": [
|
|
"javascript",
|
|
"gentest",
|
|
"website-next"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
"@typescript-eslint/parser": "^5.30.5",
|
|
"babel-register-esm": "^1.2.5",
|
|
"eslint": "^8.30.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-jest": "^27.1.7",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "2.8.8",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|