@eslinted/core 5.0.0-rc.6 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tsconfig.json +12 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.18.0",
3
3
  "name": "@eslinted/core",
4
- "version": "5.0.0-rc.6",
4
+ "version": "5.0.1",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
package/tsconfig.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "display": "@jimbojet/tsc",
3
- "_version": "5.6.4",
3
+ "_version": "5.6.5",
4
4
  "_help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
5
5
  "$schema": "https://json.schemastore.org/tsconfig",
6
6
  "include": [
@@ -31,7 +31,7 @@
31
31
  "strictNullChecks": true,
32
32
  "strictPropertyInitialization": true,
33
33
  "useUnknownInCatchVariables": true,
34
- // #endregion
34
+ // #endregion TYPE CHECKING
35
35
 
36
36
 
37
37
  // #region MODULES
@@ -54,7 +54,7 @@
54
54
  "types": [
55
55
  /* {CONFIGURE} */
56
56
  ],
57
- // #endregion
57
+ // #endregion MODULES
58
58
 
59
59
 
60
60
  // #region EMIT
@@ -79,20 +79,20 @@
79
79
  "sourceMap": true,
80
80
  // "sourceRoot": "",
81
81
  // "stripInternal": true,
82
- // #endregion
82
+ // #endregion EMIT
83
83
 
84
84
 
85
85
  // #region JAVASCRIPT SUPPORT
86
86
  // "allowJs": true,
87
87
  // "checkJs": true,
88
88
  // "maxNodeModuleJsDepth": 1,
89
- // #endregion
89
+ // #endregion JAVASCRIPT SUPPORT
90
90
 
91
91
 
92
92
  // #region EDITOR SUPPORT
93
93
  // "disableSizeLimit": false,
94
94
  // "plugins": [],
95
- // #endregion
95
+ // #endregion EDITOR SUPPORT
96
96
 
97
97
 
98
98
  // #region INTEROP CONSTRAINTS
@@ -103,7 +103,7 @@
103
103
  // "isolatedModules": true,
104
104
  // "preserveSymlinks": true,
105
105
  "verbatimModuleSyntax": true,
106
- // #endregion
106
+ // #endregion INTEROP CONSTRAINTS
107
107
 
108
108
 
109
109
  // #region LANGUAGE AND ENVIRONMENT
@@ -122,7 +122,7 @@
122
122
  // "reactNamespace": "",
123
123
  "target": "es2022",
124
124
  // "useDefineForClassFields": true /* @default: target > es2022 : true; else : false*/,
125
- // #endregion
125
+ // #endregion LANGUAGE AND ENVIRONMENT
126
126
 
127
127
 
128
128
  // #region COMPILER DIAGNOSTICS
@@ -134,7 +134,7 @@
134
134
  // "listFiles": true,
135
135
  // "noCheck": true,
136
136
  // "traceResolution": true,
137
- // #endregion
137
+ // #endregion COMPILER DIAGNOSTICS
138
138
 
139
139
 
140
140
  // #region PROJECTS
@@ -144,18 +144,18 @@
144
144
  // "disableSourceOfProjectReferenceRedirect": true,
145
145
  "incremental": true,
146
146
  "tsBuildInfoFile": "dist/.tsbuildinfo",
147
- // #endregion
147
+ // #endregion PROJECTS
148
148
 
149
149
 
150
150
  // #region OUTPUT FORMATTING
151
151
  // "noErrorTruncation": true,
152
152
  // "preserveWatchOutput": true,
153
153
  // "pretty": true,
154
- // #endregion
154
+ // #endregion OUTPUT FORMATTING
155
155
 
156
156
 
157
157
  // #region COMPLETENESS
158
158
  "skipLibCheck": false,
159
- // #endregion
159
+ // #endregion COMPLETENESS
160
160
  },
161
161
  }