@xylabs/eslint-config-flat 7.0.0-rc.2 → 7.0.0-rc.21
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/dist/neutral/index.d.ts +23 -25
- package/dist/node/index.d.ts +23 -25
- package/package.json +3 -3
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export
|
|
24
|
-
|
|
25
|
-
export { }
|
|
1
|
+
import { Linter } from 'eslint';
|
|
2
|
+
|
|
3
|
+
declare const ignores: string[];
|
|
4
|
+
|
|
5
|
+
declare const importConfig: Linter.Config;
|
|
6
|
+
|
|
7
|
+
declare const jsonConfig: Linter.Config;
|
|
8
|
+
declare const jsoncConfig: Linter.Config;
|
|
9
|
+
declare const json5Config: Linter.Config;
|
|
10
|
+
|
|
11
|
+
declare const rulesConfig: Linter.Config;
|
|
12
|
+
|
|
13
|
+
declare const sonarConfig: Linter.Config;
|
|
14
|
+
|
|
15
|
+
declare const typescriptConfig: Linter.Config;
|
|
16
|
+
|
|
17
|
+
declare const unicornConfig: Linter.Config;
|
|
18
|
+
|
|
19
|
+
declare const workspacesConfig: Linter.Config;
|
|
20
|
+
|
|
21
|
+
declare const config: Linter.Config[];
|
|
22
|
+
|
|
23
|
+
export { config, ignores, importConfig, json5Config, jsonConfig, jsoncConfig, rulesConfig, sonarConfig, typescriptConfig, unicornConfig, workspacesConfig };
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export
|
|
24
|
-
|
|
25
|
-
export { }
|
|
1
|
+
import { Linter } from 'eslint';
|
|
2
|
+
|
|
3
|
+
declare const ignores: string[];
|
|
4
|
+
|
|
5
|
+
declare const importConfig: Linter.Config;
|
|
6
|
+
|
|
7
|
+
declare const jsonConfig: Linter.Config;
|
|
8
|
+
declare const jsoncConfig: Linter.Config;
|
|
9
|
+
declare const json5Config: Linter.Config;
|
|
10
|
+
|
|
11
|
+
declare const rulesConfig: Linter.Config;
|
|
12
|
+
|
|
13
|
+
declare const sonarConfig: Linter.Config;
|
|
14
|
+
|
|
15
|
+
declare const typescriptConfig: Linter.Config;
|
|
16
|
+
|
|
17
|
+
declare const unicornConfig: Linter.Config;
|
|
18
|
+
|
|
19
|
+
declare const workspacesConfig: Linter.Config;
|
|
20
|
+
|
|
21
|
+
declare const config: Linter.Config[];
|
|
22
|
+
|
|
23
|
+
export { config, ignores, importConfig, json5Config, jsonConfig, jsoncConfig, rulesConfig, sonarConfig, typescriptConfig, unicornConfig, workspacesConfig };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xylabs/eslint-config-flat",
|
|
4
|
-
"version": "7.0.0-rc.
|
|
4
|
+
"version": "7.0.0-rc.21",
|
|
5
5
|
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"xylabs",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/eslint-plugin-markdown": "^2.0.2",
|
|
57
|
-
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.
|
|
58
|
-
"@xylabs/tsconfig": "^7.0.0-rc.
|
|
57
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.21",
|
|
58
|
+
"@xylabs/tsconfig": "^7.0.0-rc.21",
|
|
59
59
|
"eslint": "^9.30.1",
|
|
60
60
|
"typescript": "^5.8.3"
|
|
61
61
|
},
|