@skyux-sdk/eslint-config 8.7.1 → 8.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux-sdk/eslint-config",
3
- "version": "8.7.1",
3
+ "version": "8.8.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Angular CLI schematics to implement recommended ESLint configuration",
6
6
  "keywords": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schematics": {
3
3
  "noop": {
4
- "version": "8.7.1",
4
+ "version": "8.8.0",
5
5
  "factory": "./noop/noop.schematic",
6
6
  "description": "Update ESLint dependencies"
7
7
  }
File without changes
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Adding this environment variable works the same as passing `--dry-run` to the generator.
3
+ // It prevents the generator from running e.g. the `npm install` command.
4
+ process.env['NX_DRY_RUN'] = 'true';
5
+ //# sourceMappingURL=test-setup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-setup.js","sourceRoot":"","sources":["../../../../../libs/sdk/eslint-config/src/test-setup.ts"],"names":[],"mappings":";AAAA,2FAA2F;AAC3F,yEAAyE;AACzE,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC"}