Skip to content

Commit

Permalink
Remove no-undef in favour of custom environments configuration (#254)
Browse files Browse the repository at this point in the history
* Remove no-undef in favour of custom environments configuration

* Set exitCode if config generation fails

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
Mrtenz and Gudahtt committed Nov 16, 2022
1 parent 062f3be commit af99bf3
Show file tree
Hide file tree
Showing 20 changed files with 11,619 additions and 5 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -10,6 +10,7 @@
"packages/*"
],
"scripts": {
"generate": "node ./scripts/generate-configs.js",
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:config-validation",
"lint:changelogs": "yarn workspaces foreach --parallel --verbose run lint:changelog",
"lint:config-validation": "node ./scripts/validate-configs.js",
Expand Down Expand Up @@ -37,6 +38,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"fast-deep-equal": "^3.1.3",
"globals": "^13.17.0",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.2.18"
Expand Down

0 comments on commit af99bf3

Please sign in to comment.