@theholocron/eslint-config 7.2.0 → 7.2.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.
@@ -1,7 +1,7 @@
1
1
  //#region bundles/library.d.ts
2
- declare function library(): (import("typescript-eslint").CompatibleConfig | {
2
+ declare function library(): ({
3
3
  readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
4
- } | {
4
+ } | import("typescript-eslint").CompatibleConfig | {
5
5
  name: string;
6
6
  languageOptions: {
7
7
  globals: {
@@ -1,7 +1,7 @@
1
1
  //#region bundles/node-app.d.ts
2
- declare function nodeApp(): (import("typescript-eslint").CompatibleConfig | {
2
+ declare function nodeApp(): ({
3
3
  readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
4
- } | {
4
+ } | import("typescript-eslint").CompatibleConfig | {
5
5
  name: string;
6
6
  languageOptions: {
7
7
  globals: {
@@ -1,7 +1,7 @@
1
1
  //#region bundles/react-app.d.ts
2
- declare function reactApp(): (import("typescript-eslint").CompatibleConfig | {
2
+ declare function reactApp(): ({
3
3
  readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
4
- } | {
4
+ } | import("typescript-eslint").CompatibleConfig | {
5
5
  name: string;
6
6
  languageOptions: {
7
7
  globals: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/eslint-config",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "A ESLint configuration for writing well-formed Javascript within the Galaxy.",
5
5
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/eslint-config#readme",
6
6
  "bugs": "https://github.com/theholocron/configs/issues",
@@ -28,8 +28,8 @@
28
28
  "@eslint/js": "^10.0.0",
29
29
  "globals": "^17.0.0",
30
30
  "typescript-eslint": "^8.0.0",
31
- "@theholocron/tsconfig": "7.2.0",
32
- "@theholocron/vitest-config": "7.2.0"
31
+ "@theholocron/tsconfig": "7.2.1",
32
+ "@theholocron/vitest-config": "7.2.1"
33
33
  },
34
34
  "exports": {
35
35
  ".": {