@skyux-sdk/eslint-config 11.11.1 → 11.11.2

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": "11.11.1",
3
+ "version": "11.11.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Angular CLI schematics to implement recommended ESLint configuration",
6
6
  "keywords": [
@@ -23,7 +23,7 @@
23
23
  "ng-update": {
24
24
  "migrations": "./src/schematics/migrations/migration-collection.json",
25
25
  "packageGroup": {
26
- "@skyux-sdk/eslint-config": "11.11.1"
26
+ "@skyux-sdk/eslint-config": "11.11.2"
27
27
  }
28
28
  },
29
29
  "peerDependencies": {
package/src/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ // eslint-disable-next-line no-restricted-syntax
4
5
  tslib_1.__exportStar(require("./schematics/ng-add/ng-add.schematic"), exports);
5
6
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/sdk/eslint-config/src/index.ts"],"names":[],"mappings":";;;AAAA,+EAAqD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/sdk/eslint-config/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAgD;AAChD,+EAAqD"}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schematics": {
3
3
  "noop": {
4
- "version": "11.11.1",
4
+ "version": "11.11.2",
5
5
  "factory": "./noop/noop.schematic",
6
6
  "description": "Update ESLint dependencies"
7
7
  }