@codyswann/lisa 1.51.0 → 1.51.2
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.
|
@@ -26,7 +26,8 @@ import reactPerf from "eslint-plugin-react-perf";
|
|
|
26
26
|
import tailwind from "eslint-plugin-tailwindcss";
|
|
27
27
|
import { createRequire } from "module";
|
|
28
28
|
|
|
29
|
-
// Import TypeScript config and utilities
|
|
29
|
+
// Import TypeScript config and utilities from the Lisa package
|
|
30
|
+
// (eslint.typescript.ts is no longer deployed to downstream projects)
|
|
30
31
|
import {
|
|
31
32
|
codeOrganization,
|
|
32
33
|
defaultIgnores,
|
|
@@ -39,7 +40,7 @@ import {
|
|
|
39
40
|
getTestFilesOverride,
|
|
40
41
|
getTsFilesOverride,
|
|
41
42
|
getTsTestFilesOverride,
|
|
42
|
-
} from "
|
|
43
|
+
} from "@codyswann/lisa/eslint/typescript";
|
|
43
44
|
|
|
44
45
|
// Re-export for downstream configs
|
|
45
46
|
export {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
*
|
|
32
32
|
* Inheritance chain:
|
|
33
33
|
* jest.expo.ts (this file)
|
|
34
|
-
* └── jest
|
|
34
|
+
* └── @codyswann/lisa/jest/base
|
|
35
35
|
*
|
|
36
36
|
* @see https://jestjs.io/docs/configuration
|
|
37
37
|
* @see https://github.com/expo/expo/issues/40184
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
defaultThresholds,
|
|
45
45
|
mergeConfigs,
|
|
46
46
|
mergeThresholds,
|
|
47
|
-
} from "
|
|
47
|
+
} from "@codyswann/lisa/jest/base";
|
|
48
48
|
|
|
49
49
|
// Re-export base utilities for entry-point configs
|
|
50
50
|
export {
|
package/package.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"axios": ">=1.13.5"
|
|
72
72
|
},
|
|
73
73
|
"name": "@codyswann/lisa",
|
|
74
|
-
"version": "1.51.
|
|
74
|
+
"version": "1.51.2",
|
|
75
75
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
76
76
|
"main": "dist/index.js",
|
|
77
77
|
"exports": {
|