voss-node-configs 1.0.12 → 1.0.13

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": "voss-node-configs",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Shared TypeScript and ESLint configs for Node.js projects",
5
5
  "exports": {
6
6
  "./base": "./tsconfig/tsconfig.base.json",
@@ -31,7 +31,7 @@
31
31
  "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
32
32
  "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
33
33
  // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
34
- "allowUnreachableCode": false /* Disable error reporting for unreachable code. */
34
+ "allowUnreachableCode": false, /* Disable error reporting for unreachable code. */
35
35
 
36
36
  /* Completeness */
37
37
  // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */