Skip to content

Commit af99bf3

Browse files
MrtenzGudahtt
andauthored
Remove no-undef in favour of custom environments configuration (#254)
* Remove no-undef in favour of custom environments configuration * Set exitCode if config generation fails Co-authored-by: Mark Stacey <[email protected]>
1 parent 062f3be commit af99bf3

20 files changed

+11619
-5
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"packages/*"
1111
],
1212
"scripts": {
13+
"generate": "node ./scripts/generate-configs.js",
1314
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:config-validation",
1415
"lint:changelogs": "yarn workspaces foreach --parallel --verbose run lint:changelog",
1516
"lint:config-validation": "node ./scripts/validate-configs.js",
@@ -37,6 +38,7 @@
3738
"eslint-plugin-node": "^11.1.0",
3839
"eslint-plugin-prettier": "^4.2.1",
3940
"fast-deep-equal": "^3.1.3",
41+
"globals": "^13.17.0",
4042
"jest": "^29.3.1",
4143
"prettier": "^2.7.1",
4244
"prettier-plugin-packagejson": "^2.2.18"

0 commit comments

Comments
 (0)