@codyswann/lisa 1.11.5 → 1.11.7

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.
@@ -15,7 +15,6 @@
15
15
  * - import/no-cycle - Detects circular dependencies (very slow)
16
16
  * - react-compiler/react-compiler - React Compiler compatibility checks (slow)
17
17
  * - react-hooks/static-components - Static component optimization checks (slow)
18
- *
19
18
  * @see https://github.com/import-js/eslint-plugin-import
20
19
  * @see https://react.dev/learn/react-compiler
21
20
  * @module eslint.slow.config
@@ -41,6 +40,7 @@ export default [
41
40
  {
42
41
  ignores: [
43
42
  ...ignorePatterns,
43
+ "node_modules/**",
44
44
  "**/*.js",
45
45
  "**/*.mjs",
46
46
  "**/*.cjs",
@@ -82,6 +82,8 @@ export default [
82
82
  >) ?? {}),
83
83
  typescript: true,
84
84
  },
85
+ // Skip parsing external modules to avoid parser errors with Flow/non-TS syntax
86
+ "import/ignore": ["node_modules", "react-native", "\\.native\\."],
85
87
  },
86
88
  rules: {
87
89
  // ONLY slow rules - everything else runs in the main config
@@ -90,7 +92,7 @@ export default [
90
92
  "import/namespace": "error",
91
93
  "import/no-cycle": "error",
92
94
 
93
- "sonarjs/deprecation": "error",
95
+ "sonarjs/deprecation": "off",
94
96
 
95
97
  // React Compiler compatibility (slow)
96
98
  "react-compiler/react-compiler": "error",
@@ -55,7 +55,15 @@
55
55
  ],
56
56
  "ignoreBinaries": ["audit", "ast-grep", "maestro", "eas", "source-map-explorer"],
57
57
  "ignoreDependencies": [
58
+ "@gorhom/bottom-sheet",
59
+ "@hookform/resolvers",
60
+ "@react-native-async-storage/async-storage",
58
61
  "@react-native-community/netinfo",
62
+ "@react-native-masked-view/masked-view",
63
+ "@react-navigation/elements",
64
+ "@shopify/flash-list",
65
+ "@shopify/react-native-skia",
66
+ "@types/base-64",
59
67
  "aws-exports",
60
68
  "@babel/core",
61
69
  "@babel/plugin-proposal-export-namespace-from",
@@ -76,7 +84,10 @@
76
84
  "@types/glob",
77
85
  "@types/lodash.merge",
78
86
  "babel-plugin-istanbul",
87
+ "babel-plugin-module-resolver",
88
+ "base-64",
79
89
  "baseline-browser-mapping",
90
+ "date-fns",
80
91
  "date-fns-tz",
81
92
  "eslint-config-expo",
82
93
  "eslint-config-prettier",
@@ -94,25 +105,38 @@
94
105
  "eslint-plugin-tailwindcss",
95
106
  "eslint-plugin-ui-standards",
96
107
  "events",
108
+ "expo-application",
97
109
  "expo-atlas",
110
+ "expo-battery",
98
111
  "expo-clipboard",
112
+ "expo-crypto",
113
+ "expo-device",
114
+ "expo-linear-gradient",
99
115
  "expo-localization",
116
+ "expo-network",
100
117
  "expo-status-bar",
101
118
  "firebase",
102
119
  "glob",
103
120
  "globals",
104
121
  "i18n-js",
122
+ "jest-environment-jsdom",
105
123
  "jscodeshift",
106
124
  "lint-staged",
125
+ "lucide-react-native",
107
126
  "memfs",
127
+ "patch-package",
108
128
  "prettier-plugin-tailwindcss",
129
+ "react-hook-form",
109
130
  "react-native-element-dropdown",
131
+ "react-native-keyboard-controller",
132
+ "react-native-store-version",
110
133
  "tailwind-variants",
111
134
  "tar",
112
135
  "text-encoding-polyfill",
113
136
  "ts-jest",
114
137
  "ts-morph",
115
138
  "typescript-eslint",
139
+ "use-debounce",
116
140
  "usehooks-ts",
117
141
  "zod"
118
142
  ],
@@ -22,6 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@apollo/client": "^3.10.8",
25
+ "@expo/html-elements": "^0.12.5",
25
26
  "@expo/metro-runtime": "~6.1.2",
26
27
  "@gluestack-ui/core": "^3.0.10",
27
28
  "@gluestack-ui/utils": "^3.0.7",
package/package.json CHANGED
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "resolutions": {},
76
76
  "name": "@codyswann/lisa",
77
- "version": "1.11.5",
77
+ "version": "1.11.7",
78
78
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
79
79
  "main": "dist/index.js",
80
80
  "bin": {