@jimmy.codes/eslint-config 6.14.3 → 6.16.0

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/README.md CHANGED
@@ -16,6 +16,8 @@ A strict but practical ESLint config that works out of the box, adapts to your s
16
16
  - **Prevents confusion**: Flags ambiguous code, confusing promise usage, shadowed variables, and unused exports.
17
17
  - **Enforces consistency**: Standardizes imports, naming, coding style, and testing conventions.
18
18
  - **Flexible**: Easily customize or disable any part of the config.
19
+ - **Favors recommended**: Where possible, builds on top of official recommended rulesets from plugins.
20
+ - **Maintained**: Regularly updated to keep up with best practices, new tools, language features and new rules
19
21
 
20
22
  ---
21
23
 
@@ -1,5 +1,5 @@
1
- import { GLOB_ASTRO } from "./globs-CRO5v7xy.js";
2
- import { interopDefault } from "./interop-default-D4l3hsYQ.js";
1
+ import { t as GLOB_ASTRO } from "./globs-C5FyFNuk.js";
2
+ import { t as interopDefault } from "./interop-default-DQxo_rHy.js";
3
3
  import globals from "globals";
4
4
 
5
5
  //#region src/configs/astro.ts
@@ -42,6 +42,7 @@ async function astroConfig() {
42
42
  "astro/no-deprecated-astro-resolve": "error",
43
43
  "astro/no-deprecated-getentrybyslug": "error",
44
44
  "astro/no-exports-from-components": "off",
45
+ "astro/no-unsafe-inline-scripts": "error",
45
46
  "astro/no-unused-define-vars-in-style": "error",
46
47
  "astro/valid-compile": "error"
47
48
  }
@@ -69,4 +69,4 @@ const GLOB_IGNORES = [
69
69
  ];
70
70
 
71
71
  //#endregion
72
- export { GLOB_ASTRO, GLOB_CJS, GLOB_E2E, GLOB_IGNORES, GLOB_JS, GLOB_JSX, GLOB_NEXTJS, GLOB_PLAYWRIGHT, GLOB_TESTS, GLOB_TS, GLOB_TSX };
72
+ export { GLOB_JS as a, GLOB_PLAYWRIGHT as c, GLOB_TSX as d, GLOB_IGNORES as i, GLOB_TESTS as l, GLOB_CJS as n, GLOB_JSX as o, GLOB_E2E as r, GLOB_NEXTJS as s, GLOB_ASTRO as t, GLOB_TS as u };
package/dist/globs.js CHANGED
@@ -1,3 +1,3 @@
1
- import { GLOB_ASTRO, GLOB_CJS, GLOB_E2E, GLOB_IGNORES, GLOB_JS, GLOB_JSX, GLOB_NEXTJS, GLOB_PLAYWRIGHT, GLOB_TESTS, GLOB_TS, GLOB_TSX } from "./globs-CRO5v7xy.js";
1
+ import { a as GLOB_JS, c as GLOB_PLAYWRIGHT, d as GLOB_TSX, i as GLOB_IGNORES, l as GLOB_TESTS, n as GLOB_CJS, o as GLOB_JSX, r as GLOB_E2E, s as GLOB_NEXTJS, t as GLOB_ASTRO, u as GLOB_TS } from "./globs-C5FyFNuk.js";
2
2
 
3
3
  export { GLOB_ASTRO, GLOB_CJS, GLOB_E2E, GLOB_IGNORES, GLOB_JS, GLOB_JSX, GLOB_NEXTJS, GLOB_PLAYWRIGHT, GLOB_TESTS, GLOB_TS, GLOB_TSX };
@@ -38,4 +38,4 @@ const hasVite = () => {
38
38
  };
39
39
 
40
40
  //#endregion
41
- export { hasAstro, hasJest, hasNext, hasPlaywright, hasReact, hasReactQuery, hasStorybook, hasTestingLibrary, hasTypescript, hasVite, hasVitest };
41
+ export { hasReact as a, hasTestingLibrary as c, hasVitest as d, hasPlaywright as i, hasTypescript as l, hasJest as n, hasReactQuery as o, hasNext as r, hasStorybook as s, hasAstro as t, hasVite as u };