@eslinted/core 16.2.3 → 16.2.5
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 +2 -2
- package/tsconfig.json +37 -36
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "@eslinted/core",
|
6
|
-
"version": "16.2.
|
6
|
+
"version": "16.2.5",
|
7
7
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
8
8
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
9
9
|
"license": "MIT",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"devDependencies": {
|
21
21
|
"@types/chai": "^5.2.0",
|
22
22
|
"@types/mocha": "^10.0.10",
|
23
|
-
"@types/node": "^22.13.
|
23
|
+
"@types/node": "^22.13.10",
|
24
24
|
"chai": "^5.2.0",
|
25
25
|
"mocha": "^11.1.0",
|
26
26
|
"npm-run-all": "^4.1.5",
|
package/tsconfig.json
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"display": "@
|
3
|
-
"version": "5.
|
4
|
-
"$help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
|
2
|
+
"display": "@prototypic/tsconfig",
|
3
|
+
"version": "5.8.0",
|
5
4
|
"$schema": "https://json.schemastore.org/tsconfig",
|
5
|
+
"$help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
|
6
|
+
// #region SCOPE
|
6
7
|
"include": [
|
7
8
|
"*.config.ts",
|
8
9
|
"src/**/*.ts",
|
@@ -10,6 +11,7 @@
|
|
10
11
|
"typings/**/*.d.ts",
|
11
12
|
],
|
12
13
|
"exclude": [],
|
14
|
+
// #endregion
|
13
15
|
"compilerOptions": {
|
14
16
|
// #region TYPE CHECKING
|
15
17
|
"allowUnreachableCode": false,
|
@@ -31,9 +33,9 @@
|
|
31
33
|
"strictNullChecks": true,
|
32
34
|
"strictPropertyInitialization": true,
|
33
35
|
"useUnknownInCatchVariables": true,
|
34
|
-
// #endregion
|
35
|
-
|
36
|
-
|
36
|
+
// #endregion
|
37
|
+
/*
|
38
|
+
*/
|
37
39
|
// #region MODULES
|
38
40
|
"allowArbitraryExtensions": true,
|
39
41
|
// "allowImportingTsExtensions": true,
|
@@ -55,11 +57,10 @@
|
|
55
57
|
"mocha",
|
56
58
|
"chai",
|
57
59
|
/* {CONFIGURE} */
|
58
|
-
"node" /* @OVERRIDE: required for ts.parserOptions.tsconfigRootDir: import.meta.dirname */,
|
59
60
|
],
|
60
|
-
// #endregion
|
61
|
-
|
62
|
-
|
61
|
+
// #endregion
|
62
|
+
/*
|
63
|
+
*/
|
63
64
|
// #region EMIT
|
64
65
|
"declaration": true,
|
65
66
|
"declarationDir": "dist",
|
@@ -82,22 +83,22 @@
|
|
82
83
|
"sourceMap": true,
|
83
84
|
// "sourceRoot": "",
|
84
85
|
// "stripInternal": true,
|
85
|
-
// #endregion
|
86
|
-
|
87
|
-
|
86
|
+
// #endregion
|
87
|
+
/*
|
88
|
+
*/
|
88
89
|
// #region JAVASCRIPT SUPPORT
|
89
90
|
// "allowJs": true,
|
90
91
|
// "checkJs": true,
|
91
92
|
// "maxNodeModuleJsDepth": 1,
|
92
|
-
// #endregion
|
93
|
-
|
94
|
-
|
93
|
+
// #endregion
|
94
|
+
/*
|
95
|
+
*/
|
95
96
|
// #region EDITOR SUPPORT
|
96
97
|
// "disableSizeLimit": false,
|
97
98
|
// "plugins": [],
|
98
|
-
// #endregion
|
99
|
-
|
100
|
-
|
99
|
+
// #endregion
|
100
|
+
/*
|
101
|
+
*/
|
101
102
|
// #region INTEROP CONSTRAINTS
|
102
103
|
"allowSyntheticDefaultImports": true,
|
103
104
|
"esModuleInterop": true,
|
@@ -106,10 +107,10 @@
|
|
106
107
|
// "isolatedModules": true,
|
107
108
|
// "preserveSymlinks": true,
|
108
109
|
"verbatimModuleSyntax": true,
|
109
|
-
// #endregion
|
110
|
-
|
111
|
-
|
112
|
-
// #region LANGUAGE
|
110
|
+
// #endregion
|
111
|
+
/*
|
112
|
+
*/
|
113
|
+
// #region LANGUAGE & ENVIRONMENT
|
113
114
|
// "emitDecoratorMetadata": true,
|
114
115
|
// "experimentalDecorators": true,
|
115
116
|
// "jsx": "preserve",
|
@@ -125,9 +126,9 @@
|
|
125
126
|
// "reactNamespace": "",
|
126
127
|
"target": "es2022",
|
127
128
|
// "useDefineForClassFields": true /* @default: target > es2022 : true; else : false*/,
|
128
|
-
// #endregion
|
129
|
-
|
130
|
-
|
129
|
+
// #endregion
|
130
|
+
/*
|
131
|
+
*/
|
131
132
|
// #region COMPILER DIAGNOSTICS
|
132
133
|
// "diagnostics": true,
|
133
134
|
// "explainFiles": true,
|
@@ -137,9 +138,9 @@
|
|
137
138
|
// "listFiles": true,
|
138
139
|
// "noCheck": true,
|
139
140
|
// "traceResolution": true,
|
140
|
-
// #endregion
|
141
|
-
|
142
|
-
|
141
|
+
// #endregion
|
142
|
+
/*
|
143
|
+
*/
|
143
144
|
// #region PROJECTS
|
144
145
|
// "composite": true,
|
145
146
|
// "disableReferencedProjectLoad": true,
|
@@ -147,18 +148,18 @@
|
|
147
148
|
// "disableSourceOfProjectReferenceRedirect": true,
|
148
149
|
"incremental": true,
|
149
150
|
"tsBuildInfoFile": "dist/.tsbuildinfo",
|
150
|
-
// #endregion
|
151
|
-
|
152
|
-
|
151
|
+
// #endregion
|
152
|
+
/*
|
153
|
+
*/
|
153
154
|
// #region OUTPUT FORMATTING
|
154
155
|
// "noErrorTruncation": true,
|
155
156
|
// "preserveWatchOutput": true,
|
156
157
|
// "pretty": true,
|
157
|
-
// #endregion
|
158
|
-
|
159
|
-
|
158
|
+
// #endregion
|
159
|
+
/*
|
160
|
+
*/
|
160
161
|
// #region COMPLETENESS
|
161
162
|
"skipLibCheck": false,
|
162
|
-
// #endregion
|
163
|
+
// #endregion
|
163
164
|
},
|
164
165
|
}
|