@microsoft/sp-tslint-rules 1.21.0 → 1.22.0-beta.1

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.
@@ -127,4 +127,4 @@ _define_property(Rule, "metadata", {
127
127
  typescriptOnly: false
128
128
  });
129
129
 
130
- //#sourceMappingUrl=./importRequiresChunkNameRule.js.map
130
+ //# sourceMappingURL=./importRequiresChunkNameRule.js.map
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
 
9
- //#sourceMappingUrl=./index.js.map
9
+ //# sourceMappingURL=./index.js.map
@@ -99,4 +99,4 @@ function checkAndReportIfAsync(context, node) {
99
99
  }
100
100
  }
101
101
 
102
- //#sourceMappingUrl=./noAsyncAwaitRule.js.map
102
+ //# sourceMappingURL=./noAsyncAwaitRule.js.map
@@ -92,4 +92,4 @@ _define_property(Rule, "metadata", {
92
92
  typescriptOnly: false
93
93
  });
94
94
 
95
- //#sourceMappingUrl=./noRequireEnsureRule.js.map
95
+ //# sourceMappingURL=./noRequireEnsureRule.js.map
@@ -133,4 +133,4 @@ _define_property(Rule, "metadata", {
133
133
  typescriptOnly: false
134
134
  });
135
135
 
136
- //#sourceMappingUrl=./pairReactDomRenderUnmountRule.js.map
136
+ //# sourceMappingURL=./pairReactDomRenderUnmountRule.js.map
@@ -66,4 +66,4 @@ async function runAsync(options) {
66
66
  }
67
67
  }
68
68
 
69
- //#sourceMappingUrl=./runTslintTests.js.map
69
+ //# sourceMappingURL=./runTslintTests.js.map
@@ -97,4 +97,4 @@ function isValidGuid(guidString) {
97
97
  return /^'[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}'$/.test(guidString);
98
98
  }
99
99
 
100
- //#sourceMappingUrl=./validKillSwitchGuidRule.js.map
100
+ //# sourceMappingURL=./validKillSwitchGuidRule.js.map
@@ -80,4 +80,4 @@ _define_property(Rule, "metadata", {
80
80
  typescriptOnly: false
81
81
  });
82
82
 
83
- //#sourceMappingUrl=./importRequiresChunkNameRule.js.map
83
+ //# sourceMappingURL=./importRequiresChunkNameRule.js.map
package/lib-esm/index.js CHANGED
@@ -3,4 +3,4 @@
3
3
  * @remarks
4
4
  */ export { };
5
5
 
6
- //#sourceMappingUrl=./index.js.map
6
+ //# sourceMappingURL=./index.js.map
@@ -52,4 +52,4 @@ function checkAndReportIfAsync(context, node) {
52
52
  }
53
53
  }
54
54
 
55
- //#sourceMappingUrl=./noAsyncAwaitRule.js.map
55
+ //# sourceMappingURL=./noAsyncAwaitRule.js.map
@@ -41,4 +41,4 @@ _define_property(Rule, "metadata", {
41
41
  typescriptOnly: false
42
42
  });
43
43
 
44
- //#sourceMappingUrl=./noRequireEnsureRule.js.map
44
+ //# sourceMappingURL=./noRequireEnsureRule.js.map
@@ -82,4 +82,4 @@ _define_property(Rule, "metadata", {
82
82
  typescriptOnly: false
83
83
  });
84
84
 
85
- //#sourceMappingUrl=./pairReactDomRenderUnmountRule.js.map
85
+ //# sourceMappingURL=./pairReactDomRenderUnmountRule.js.map
@@ -15,4 +15,4 @@ export async function runAsync(options) {
15
15
  }
16
16
  }
17
17
 
18
- //#sourceMappingUrl=./runTslintTests.js.map
18
+ //# sourceMappingURL=./runTslintTests.js.map
@@ -50,4 +50,4 @@ function isValidGuid(guidString) {
50
50
  return /^'[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}'$/.test(guidString);
51
51
  }
52
52
 
53
- //#sourceMappingUrl=./validKillSwitchGuidRule.js.map
53
+ //# sourceMappingURL=./validKillSwitchGuidRule.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/sp-tslint-rules",
3
- "version": "1.21.0",
3
+ "version": "1.22.0-beta.1",
4
4
  "description": "SharePoint Framework tslint rules",
5
5
  "license": "https://aka.ms/spfx/license",
6
6
  "homepage": "http://aka.ms/spfx",
@@ -36,7 +36,7 @@
36
36
  "typescript": "5.3.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@rushstack/heft": "0.71.0",
39
+ "@rushstack/heft": "0.73.6",
40
40
  "eslint": "8.57.1",
41
41
  "@msinternal/internal-node-rig": "0.1.0"
42
42
  },