Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +103 -0
- chroma_data/chroma.sqlite3 +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1000/rng_state.pth +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1000/scheduler.pt +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1000/training_args.bin +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1500/training_args.bin +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-500/rng_state.pth +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-500/scheduler.pt +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-500/training_args.bin +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/qwen3_8b_v0.0.1_elizabeth_emergence.tar.gz +3 -0
- platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/training_args.bin +3 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.js +47 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js +175 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.js +79 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts +10 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.js +16 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.js +53 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.js +76 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.js +49 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.js +91 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.js +126 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.js +61 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.js +35 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.js +49 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts +8 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts.map +1 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.js +40 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts +37 -0
- platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts.map +1 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,106 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
chroma_data/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
platform/aiml/mlops/mlflow.db filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
platform/aiml/models/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
platform/aiml/models/nvidia/NVIDIA-Nemotron-Nano-12B-v2-Base/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/0gMAANwDAACc8QcAAAAAAOtGmoM= filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
platform/aiml/models/swiss-ai/Apertus-8B-Instruct-2509/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/8AMAABAEAADu7iIAAAAAAOdOidI= filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/5wMAAO8DAADtXgYAAAAAAKazXqQ= filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/_wIAAAgDAAC48gkAAAAAAMqWHB8= filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/3QMAAOYDAAAnAAcAAAAAALqVGBw= filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/QQMAAFoDAADCKRYAAAAAADr1IRE= filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/YwMAAGwDAAD_kQYAAAAAAAm1L8Y= filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/ywMAANEDAAB0ngYAAAAAAKZmLhQ= filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/BwMAABADAAChSgYAAAAAAK2ygEs= filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/EQQAAC4EAACRKxkAAAAAAGzbFvk= filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/fAMAAIEDAAC4DQcAAAAAAJkIRho= filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/ggMAAKgDAACVGiMAAAAAAKGmz1g= filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/EQMAACEDAABEsAgAAAAAAFuiOso= filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/AgQAAAsEAAADHAgAAAAAAD_Deb8= filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/WwMAAGIDAAC1mAcAAAAAAKCww5s= filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/4278337fd0ff3c68bfb6291042cad8ab363e1d9fbc43dcb499fe91c871902474 filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/bQMAAHsDAACXpQgAAAAAANZDOq4= filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/IwMAACsDAABCpAYAAAAAAL6sLdM= filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/-QMAAP0DAACS1gQAAAAAAHS-ncs= filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/OwMAAFoDAAD6lx8AAAAAACur9Mo= filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/LgMAADcDAAAyNwQAAAAAADpZobc= filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/5AMAAO8DAADIzQcAAAAAAKwAry4= filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/rAMAAMIDAAAe3xYAAAAAACLd4BQ= filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/b941bf19f1f1283680f449fa6a7336bb5600bdcd5f84d10ddc5cd72218a0fd21 filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/qQMAAMoDAABjyiEAAAAAAJ7_-jo= filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/LAQAAD0EAACalA0AAAAAAA3Mok8= filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/c92ea4af3c6bc7b4a0f3b3d61b147c850f4dbdd7c9e7beee0c0c70dc12da289b filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/1wMAAOMDAABRYwgAAAAAAO_Z89s= filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/8wMAAPoDAABwBAgAAAAAANufsKs= filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/uQMAANYDAABegh8AAAAAAIkZGXk= filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/4k/4k-gXhVnkuJM6O13FURQx3FWy5daEC8uw7trI4BifY5kZWZhdWx0/lQAAAJUBAADjNQEBAAAAADeOjVU= filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/_gMAACsEAAC1qyMAAAAAAEFOa0k= filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/nY/nYm9cgYz72Qt03iIe5zpYC0eV_ZO_FJ6EJwUYpdKScVkZWZhdWx0/jwEAAKwBAACY2yQAAAAAAKRI3Ls= filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/PQMAAGcDAAAaMiMAAAAAAJXPwuY= filter=lfs diff=lfs merge=lfs -text
|
| 99 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/BQMAAA0DAADVOwgAAAAAAItyixU= filter=lfs diff=lfs merge=lfs -text
|
| 100 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/8AMAAPcDAAB1dwgAAAAAAHTFea4= filter=lfs diff=lfs merge=lfs -text
|
| 101 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/9wMAAP4DAADp9wYAAAAAAEY9m60= filter=lfs diff=lfs merge=lfs -text
|
| 102 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/gwMAAI0DAABIgQcAAAAAAKQvzjI= filter=lfs diff=lfs merge=lfs -text
|
| 103 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/AAQAAB4EAADrmSEAAAAAANdvN-s= filter=lfs diff=lfs merge=lfs -text
|
| 104 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/qY/qYNwHoy_ndsrYIVwyOnWFzpIn4SalwfQB-GaaJbIQVZkZWZhdWx0/wgMAAN8DAABT2yQAAAAAAMbUIaQ= filter=lfs diff=lfs merge=lfs -text
|
| 105 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fb/FbWlJOdd4K_QNl2-gRh2YXzKwfHVVWfzvCEM5NccnxhkZWZhdWx0/lwEAAKQCAABrd_4AAAAAAN2_YAQ= filter=lfs diff=lfs merge=lfs -text
|
| 106 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/uwMAAN0DAACDVyMAAAAAAD_7lD4= filter=lfs diff=lfs merge=lfs -text
|
| 107 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/IQQAADIEAAAZyg4AAAAAAMrvU4M= filter=lfs diff=lfs merge=lfs -text
|
| 108 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/cwMAAHgDAABXNwcAAAAAABQeVmo= filter=lfs diff=lfs merge=lfs -text
|
| 109 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/4k/4k-gXhVnkuJM6O13FURQx3FWy5daEC8uw7trI4BifY5kZWZhdWx0/ogIAAEAEAAB6DYABAAAAAFNKKIU= filter=lfs diff=lfs merge=lfs -text
|
| 110 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Mi/MiMxICYsRpMLuBJ-4P6uGXngjtyY2JrXbF9KsqjGw7lkZWZhdWx0/hQEAABwDAADyxn4BAAAAANIs9Hw= filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/FQEAAJYBAAAtxn8AAAAAAA2gozA= filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/AgAAAJUAAAC4tH0AAAAAAGmWPe4= filter=lfs diff=lfs merge=lfs -text
|
| 113 |
+
platform/aiml/models/rstar2-reproduce/rStar2-Agent-14B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 114 |
+
platform/aiml/models/Qwen/Qwen3-4B-Instruct-2507/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 115 |
+
platform/aiml/models/YannQi/R-4B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 116 |
+
platform/aiml/models/NousResearch/Hermes-4-14B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 117 |
+
platform/aiml/models/onnx/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
platform/aiml/models/nvidia/NVIDIA-Nemotron-Nano-9B-v2/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 119 |
+
platform/aiml/models/vllm/torch_compile_cache/90b45bce02/rank_0_0/inductor_cache/fxgraph/ts/ftsmqo2tgi5gg2wriewfvpmkmipq3o4yx672epdpibntx3vnoc6f/2a4rqswgqustfiu6frhyiaexdgdqyuonc7mao2xlctsksrj6uzi filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/jgMAAJYDAABAQQcAAAAAAK_wf0Q= filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/ya/yaxZL8sCiZQ8wGJPjuChejYNAwtVagsmv_4hLZviVCxkZWZhdWx0/AAAAAKgAAADICJ0AAAAAAInHVVI= filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
platform/aiml/models/vllm/torch_compile_cache/90b45bce02/rank_0_0/inductor_cache/fxgraph/4y/f4y34itoqpsk5izqp76ffka32mzm6ufbfvkevzyzmuuwjrk36usx/fqlccpyoom353mzrfmoahilieolwdlmwek6cqyqv3dpenkubtk6 filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/l1/l1B_MfcdlmIFdvAuL_BmXn62R6ZFlht5LDrbUpPAKP5kZWZhdWx0/HgIAAPsCAADFTMoAAAAAAOXX-Rs= filter=lfs diff=lfs merge=lfs -text
|
| 124 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/AQAAAJQAAAC4tH0AAAAAAGmWPe4= filter=lfs diff=lfs merge=lfs -text
|
| 125 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/az/azUWgY4ds4CUVNTh9V9F7d4AQl38HVoUWRu_sAh1DvdkZWZhdWx0/AAAAAMcAAAD9l6oAAAAAACDxOaw= filter=lfs diff=lfs merge=lfs -text
|
| 126 |
+
platform/aiml/models/vllm/torch_compile_cache/90b45bce02/rank_0_0/inductor_cache/fxgraph/zz/fzzsewykdjphpyi2nnaqv26qrbleczozpkeuebumysfpdsivtvbg/lqp2grzqesnec2fromyt45ywfzns35pwchnyqequuyhd35ecea3 filter=lfs diff=lfs merge=lfs -text
|
| 127 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Nm/NmLrVhJz_MhONdOH95omVkik1h_fustdoNBKqLPn9yxkZWZhdWx0/AAAAAHkBAACe-lsBAAAAAOvKX3A= filter=lfs diff=lfs merge=lfs -text
|
| 128 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/qY/qYNwHoy_ndsrYIVwyOnWFzpIn4SalwfQB-GaaJbIQVZkZWZhdWx0/AAAAAHQBAAB49l0BAAAAAMXY3Sg= filter=lfs diff=lfs merge=lfs -text
|
| 129 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Nm/NmLrVhJz_MhONdOH95omVkik1h_fustdoNBKqLPn9yxkZWZhdWx0/eQEAAPoCAACws2IBAAAAAEcY4Ac= filter=lfs diff=lfs merge=lfs -text
|
| 130 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/nY/nYm9cgYz72Qt03iIe5zpYC0eV_ZO_FJ6EJwUYpdKScVkZWZhdWx0/AAAAAI8BAADJX18BAAAAAM1G6VA= filter=lfs diff=lfs merge=lfs -text
|
| 131 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/1667d7f3ba669048b13a96ee3a44456d5e42c8f44588ae8b603430e16160c485 filter=lfs diff=lfs merge=lfs -text
|
| 132 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/H_/H_PASSBBF3mJmNKgcbWJRSI74yEx1IDAsm5tmPo9MrpkZWZhdWx0/AAAAADwEAAB6_P8DAAAAAKwmOnc= filter=lfs diff=lfs merge=lfs -text
|
| 133 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Tx/TxAmuFNbG2eNw5klbwK7U8VaCyHymvvRty89woIUDL5kZWZhdWx0/AAAAAEUDAAAdPSIDAAAAAD-FOh4= filter=lfs diff=lfs merge=lfs -text
|
| 134 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/2E/2EF95UoB-bWqjMTFF_5ILUX02oHuQIxw-AJ5rQ8W38dkZWZhdWx0/AAAAAD4EAACIBgAEAAAAAFL8XW0= filter=lfs diff=lfs merge=lfs -text
|
| 135 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/4k/4k-gXhVnkuJM6O13FURQx3FWy5daEC8uw7trI4BifY5kZWZhdWx0/AAAAAEAEAACJ2_8DAAAAAL3T8To= filter=lfs diff=lfs merge=lfs -text
|
| 136 |
+
platform/aiml/experiments/tmp_pack_bn8inT filter=lfs diff=lfs merge=lfs -text
|
| 137 |
+
platform/aiml/models/vllm/torch_compile_cache/c220238fa1/rank_0_0/inductor_cache/fxgraph/fh/ffhcxvxsg6lrov2cborgfp4f2p3wsifazf6oyr2urozisy62d446/4ywmbtihsvkzrwiuocso54ecjcoubu4vuv2jqpfypvxsgq6mawu filter=lfs diff=lfs merge=lfs -text
|
| 138 |
+
platform/aiml/models/vllm/torch_compile_cache/c220238fa1/rank_0_0/inductor_cache/fxgraph/4y/f4y34itoqpsk5izqp76ffka32mzm6ufbfvkevzyzmuuwjrk36usx/hz53xmbzsqfxkxtt2xad7jqfc7cw7xwmquajsifheat4nxe2ki2 filter=lfs diff=lfs merge=lfs -text
|
| 139 |
+
platform/aiml/models/vllm/torch_compile_cache/c220238fa1/rank_0_0/inductor_cache/fxgraph/7f/f7fhfvajkgab5i2izr4ivike257bx4imso7k6ejxq777qy4km6s5/flga7za5qovicc5jjih6po4o3qou6b7ymzpx4vzojwe2ltaatpw filter=lfs diff=lfs merge=lfs -text
|
| 140 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Mi/MiMxICYsRpMLuBJ-4P6uGXngjtyY2JrXbF9KsqjGw7lkZWZhdWx0/AAAAAIUBAAChsF8BAAAAALBEvp0= filter=lfs diff=lfs merge=lfs -text
|
| 141 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/fL/fLarwi54CsYWB_PW17FoOmA4odkbdhtxnbroviq4S-RkZWZhdWx0/gwEAAAkDAAAxPGQBAAAAAEBDChg= filter=lfs diff=lfs merge=lfs -text
|
| 142 |
+
platform/aiml/models/vllm/torch_compile_cache/069ce3ea2b/rank_0_0/inductor_cache/fxgraph/q4/fq4hynx4tk6yhvk6laaflq22th75uwo3tliqfoyqsn2tmmh57azt/64arlzufohkhqfx2nurmgxdejiikpnvdscvgrnrpuo6ah522faw filter=lfs diff=lfs merge=lfs -text
|
| 143 |
+
platform/aiml/models/vllm/torch_compile_cache/069ce3ea2b/rank_0_0/inductor_cache/fxgraph/5x/f5xgizvcaq54atv54wifme5zn5eslvi23psmmytsrad5ru6kzcke/2ajhfh6sqobtosl3te3cneilso2gij44mby6yaydl7ea7hbzd2c filter=lfs diff=lfs merge=lfs -text
|
| 144 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/1391c6fc20b5530250bc15cbe1f47578ffeca55ab0551d335cc668b6299a88ec filter=lfs diff=lfs merge=lfs -text
|
| 145 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/a44f671e364dddbac31f203f07b91be6b0a35e51936e5ebfab65b6d9538b83ff filter=lfs diff=lfs merge=lfs -text
|
| 146 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Fc/FcrDDwI5dXirF2h8beO55zjjkML0JiG3CJ-d5ukp0IxkZWZhdWx0/AAAAADkEAADGKf4DAAAAAJLnkDA= filter=lfs diff=lfs merge=lfs -text
|
| 147 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/8b86cab4722e2aefab310cf96d4d5a9eb3b187f7d9670a082afc55c7fa0d392a filter=lfs diff=lfs merge=lfs -text
|
| 148 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/24c06a7429b843d46e40c6b167122053921bf94dce2e5550ea5c07fabc597646 filter=lfs diff=lfs merge=lfs -text
|
| 149 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/1de3905029190b398c7d300b530e320cf4b5e7d3dfb9af1429ebd73fd9a16faf filter=lfs diff=lfs merge=lfs -text
|
| 150 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/53aa51172d142c89d9012cce15ae4d6cc0ca6895895114379cacb4fab128d9db filter=lfs diff=lfs merge=lfs -text
|
| 151 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/2d98d96d278348988f2744e6445b8bc16d921c3f6e17c667362f3cb353007aea filter=lfs diff=lfs merge=lfs -text
|
| 152 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/c3a85f238711653950f6a79ece63eb0ea93d76f6a6284be04019c53733baf256 filter=lfs diff=lfs merge=lfs -text
|
| 153 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/Ma/May19W___KN_JwecgvG_11AJARlwr4quLGRjewE8AoxkZWZhdWx0/AAAAADgEAABJHv8DAAAAACFdzqY= filter=lfs diff=lfs merge=lfs -text
|
| 154 |
+
platform/aiml/models/hf/hub/models--sentence-transformers--all-MiniLM-L6-v2/blobs/6fd5d72fe4589f189f8ebc006442dbb529bb7ce38f8082112682524616046452 filter=lfs diff=lfs merge=lfs -text
|
| 155 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/jc/jcE8TPkTwphN7T1hDIdT2Jzb3bpPiPFH2WjjOtSf-CZkZWZhdWx0/AAAAAEcEAADmRv4DAAAAAGBepH4= filter=lfs diff=lfs merge=lfs -text
|
| 156 |
+
platform/aiml/models/vllm/torch_compile_cache/069ce3ea2b/rank_0_0/inductor_cache/fxgraph/ud/fud7expot6zoktp6ezy346ykuqgowdmw2kieu7kfa3rhohst2esb/2gv2fzelgij7ucnupnbmxgb2vsv3sqiqspvrevf3cmsxeazjc25 filter=lfs diff=lfs merge=lfs -text
|
| 157 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/vf/vfo573oZZ5e2brDCeHsSjvJNTWHm2EZK_RVDj9eCUApkZWZhdWx0/AAAAADIEAACe_P8DAAAAAPsqOSY= filter=lfs diff=lfs merge=lfs -text
|
| 158 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/1T/1TVdef4YCVOapFrOUBnSGUGWS3IQAsWOsMurPFytlpJkZWZhdWx0/AAAAAOkCAABp7rECAAAAANyMCXc= filter=lfs diff=lfs merge=lfs -text
|
| 159 |
+
platform/aiml/models/hf/xet/https___cas_serv-tGqkUaZf_CBPHQ6h/chunk-cache/fL/fLarwi54CsYWB_PW17FoOmA4odkbdhtxnbroviq4S-RkZWZhdWx0/AAAAAIMBAACMs2wBAAAAANcdQEA= filter=lfs diff=lfs merge=lfs -text
|
| 160 |
+
platform/aiml/mlops/backend/mlflow.db filter=lfs diff=lfs merge=lfs -text
|
| 161 |
+
platform/aiml/etl/corpus-data/for-profit/raw/basecamp/basecamp.com/gettingreal/getting-real.pdf filter=lfs diff=lfs merge=lfs -text
|
| 162 |
+
platform/aiml/etl/corpus-data/for-profit/raw/basecamp/basecamp.com/shapeup/shape-up.pdf filter=lfs diff=lfs merge=lfs -text
|
chroma_data/chroma.sqlite3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de08fb547a86f4f6d368d10cb3c9819b9d97b53906310a03144c54b05409cb28
|
| 3 |
+
size 163840
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ec28ea0c416565eeac14a0e9c944f185ac250f4ed4bd15c84ff77ed78ba9301
|
| 3 |
+
size 14244
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a55b882b514d4297197a3f2ad0187bb3989c7faddbb637bd976e4c4b51d6845
|
| 3 |
+
size 1064
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0fab41806e36b7f3a6d45293caa23cd70faee17b53308a522d0dcab6b327dd1
|
| 3 |
+
size 5048
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-1500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0fab41806e36b7f3a6d45293caa23cd70faee17b53308a522d0dcab6b327dd1
|
| 3 |
+
size 5048
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5edb34d031c0c2b447f3eaadb401a4c1e7e7e6d8c096e28b7092e01a8bd48c92
|
| 3 |
+
size 14244
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:304ef9707f8dcceb332376c64149d593ee8791af78ebd290914b8574e2d0b117
|
| 3 |
+
size 1064
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/checkpoint-500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0fab41806e36b7f3a6d45293caa23cd70faee17b53308a522d0dcab6b327dd1
|
| 3 |
+
size 5048
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/qwen3_8b_v0.0.1_elizabeth_emergence.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09c5a1e70c247c899123cb31f0a491a6916ca19641c6da3c1f603a4131ee5db7
|
| 3 |
+
size 6103
|
platform/aiml/checkpoints/qwen3-8b-elizabeth-sft/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:940315764cc730a058a97e99b2f0bd1f01b525e7566d1aa015d276d2421da92f
|
| 3 |
+
size 5048
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/strict.js
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/ban-ts-comment': [
|
| 12 |
+
'error',
|
| 13 |
+
{ minimumDescriptionLength: 10 },
|
| 14 |
+
],
|
| 15 |
+
'no-array-constructor': 'off',
|
| 16 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 17 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 18 |
+
'@typescript-eslint/no-dynamic-delete': 'error',
|
| 19 |
+
'@typescript-eslint/no-empty-object-type': 'error',
|
| 20 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 21 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 22 |
+
'@typescript-eslint/no-extraneous-class': 'error',
|
| 23 |
+
'@typescript-eslint/no-invalid-void-type': 'error',
|
| 24 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 25 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 26 |
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
|
| 27 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 28 |
+
'@typescript-eslint/no-non-null-assertion': 'error',
|
| 29 |
+
'@typescript-eslint/no-require-imports': 'error',
|
| 30 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 31 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 32 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 33 |
+
'@typescript-eslint/no-unsafe-function-type': 'error',
|
| 34 |
+
'no-unused-expressions': 'off',
|
| 35 |
+
'@typescript-eslint/no-unused-expressions': 'error',
|
| 36 |
+
'no-unused-vars': 'off',
|
| 37 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 38 |
+
'no-useless-constructor': 'off',
|
| 39 |
+
'@typescript-eslint/no-useless-constructor': 'error',
|
| 40 |
+
'@typescript-eslint/no-wrapper-object-types': 'error',
|
| 41 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 42 |
+
'@typescript-eslint/prefer-literal-enum-member': 'error',
|
| 43 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 44 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 45 |
+
'@typescript-eslint/unified-signatures': 'error',
|
| 46 |
+
},
|
| 47 |
+
};
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/stylistic.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"stylistic.d.ts","sourceRoot":"","sources":["../../../src/configs/eslintrc/stylistic.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AASA,kBAkBiC"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* Enables each the rules provided as a part of typescript-eslint. Note that many rules are not applicable in all codebases, or are meant to be configured.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#all}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/all',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/adjacent-overload-signatures': 'error',
|
| 25 |
+
'@typescript-eslint/array-type': 'error',
|
| 26 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 27 |
+
'@typescript-eslint/ban-ts-comment': 'error',
|
| 28 |
+
'@typescript-eslint/ban-tslint-comment': 'error',
|
| 29 |
+
'@typescript-eslint/class-literal-property-style': 'error',
|
| 30 |
+
'class-methods-use-this': 'off',
|
| 31 |
+
'@typescript-eslint/class-methods-use-this': 'error',
|
| 32 |
+
'@typescript-eslint/consistent-generic-constructors': 'error',
|
| 33 |
+
'@typescript-eslint/consistent-indexed-object-style': 'error',
|
| 34 |
+
'consistent-return': 'off',
|
| 35 |
+
'@typescript-eslint/consistent-return': 'error',
|
| 36 |
+
'@typescript-eslint/consistent-type-assertions': 'error',
|
| 37 |
+
'@typescript-eslint/consistent-type-definitions': 'error',
|
| 38 |
+
'@typescript-eslint/consistent-type-exports': 'error',
|
| 39 |
+
'@typescript-eslint/consistent-type-imports': 'error',
|
| 40 |
+
'default-param-last': 'off',
|
| 41 |
+
'@typescript-eslint/default-param-last': 'error',
|
| 42 |
+
'dot-notation': 'off',
|
| 43 |
+
'@typescript-eslint/dot-notation': 'error',
|
| 44 |
+
'@typescript-eslint/explicit-function-return-type': 'error',
|
| 45 |
+
'@typescript-eslint/explicit-member-accessibility': 'error',
|
| 46 |
+
'@typescript-eslint/explicit-module-boundary-types': 'error',
|
| 47 |
+
'init-declarations': 'off',
|
| 48 |
+
'@typescript-eslint/init-declarations': 'error',
|
| 49 |
+
'max-params': 'off',
|
| 50 |
+
'@typescript-eslint/max-params': 'error',
|
| 51 |
+
'@typescript-eslint/member-ordering': 'error',
|
| 52 |
+
'@typescript-eslint/method-signature-style': 'error',
|
| 53 |
+
'@typescript-eslint/naming-convention': 'error',
|
| 54 |
+
'no-array-constructor': 'off',
|
| 55 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 56 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 57 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 58 |
+
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
|
| 59 |
+
'@typescript-eslint/no-confusing-void-expression': 'error',
|
| 60 |
+
'@typescript-eslint/no-deprecated': 'error',
|
| 61 |
+
'no-dupe-class-members': 'off',
|
| 62 |
+
'@typescript-eslint/no-dupe-class-members': 'error',
|
| 63 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 64 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 65 |
+
'@typescript-eslint/no-dynamic-delete': 'error',
|
| 66 |
+
'no-empty-function': 'off',
|
| 67 |
+
'@typescript-eslint/no-empty-function': 'error',
|
| 68 |
+
'@typescript-eslint/no-empty-object-type': 'error',
|
| 69 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 70 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 71 |
+
'@typescript-eslint/no-extraneous-class': 'error',
|
| 72 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 73 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 74 |
+
'no-implied-eval': 'off',
|
| 75 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 76 |
+
'@typescript-eslint/no-import-type-side-effects': 'error',
|
| 77 |
+
'@typescript-eslint/no-inferrable-types': 'error',
|
| 78 |
+
'no-invalid-this': 'off',
|
| 79 |
+
'@typescript-eslint/no-invalid-this': 'error',
|
| 80 |
+
'@typescript-eslint/no-invalid-void-type': 'error',
|
| 81 |
+
'no-loop-func': 'off',
|
| 82 |
+
'@typescript-eslint/no-loop-func': 'error',
|
| 83 |
+
'no-magic-numbers': 'off',
|
| 84 |
+
'@typescript-eslint/no-magic-numbers': 'error',
|
| 85 |
+
'@typescript-eslint/no-meaningless-void-operator': 'error',
|
| 86 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 87 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 88 |
+
'@typescript-eslint/no-misused-spread': 'error',
|
| 89 |
+
'@typescript-eslint/no-mixed-enums': 'error',
|
| 90 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 91 |
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
|
| 92 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 93 |
+
'@typescript-eslint/no-non-null-assertion': 'error',
|
| 94 |
+
'no-redeclare': 'off',
|
| 95 |
+
'@typescript-eslint/no-redeclare': 'error',
|
| 96 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 97 |
+
'@typescript-eslint/no-require-imports': 'error',
|
| 98 |
+
'no-restricted-imports': 'off',
|
| 99 |
+
'@typescript-eslint/no-restricted-imports': 'error',
|
| 100 |
+
'@typescript-eslint/no-restricted-types': 'error',
|
| 101 |
+
'no-shadow': 'off',
|
| 102 |
+
'@typescript-eslint/no-shadow': 'error',
|
| 103 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 104 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
|
| 105 |
+
'@typescript-eslint/no-unnecessary-condition': 'error',
|
| 106 |
+
'@typescript-eslint/no-unnecessary-parameter-property-assignment': 'error',
|
| 107 |
+
'@typescript-eslint/no-unnecessary-qualifier': 'error',
|
| 108 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'error',
|
| 109 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
| 110 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 111 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 112 |
+
'@typescript-eslint/no-unnecessary-type-conversion': 'error',
|
| 113 |
+
'@typescript-eslint/no-unnecessary-type-parameters': 'error',
|
| 114 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 115 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 116 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 117 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 118 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 119 |
+
'@typescript-eslint/no-unsafe-function-type': 'error',
|
| 120 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 121 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 122 |
+
'@typescript-eslint/no-unsafe-type-assertion': 'error',
|
| 123 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'error',
|
| 124 |
+
'no-unused-expressions': 'off',
|
| 125 |
+
'@typescript-eslint/no-unused-expressions': 'error',
|
| 126 |
+
'no-unused-vars': 'off',
|
| 127 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 128 |
+
'no-use-before-define': 'off',
|
| 129 |
+
'@typescript-eslint/no-use-before-define': 'error',
|
| 130 |
+
'no-useless-constructor': 'off',
|
| 131 |
+
'@typescript-eslint/no-useless-constructor': 'error',
|
| 132 |
+
'@typescript-eslint/no-useless-empty-export': 'error',
|
| 133 |
+
'@typescript-eslint/no-wrapper-object-types': 'error',
|
| 134 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
|
| 135 |
+
'no-throw-literal': 'off',
|
| 136 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 137 |
+
'@typescript-eslint/parameter-properties': 'error',
|
| 138 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 139 |
+
'prefer-destructuring': 'off',
|
| 140 |
+
'@typescript-eslint/prefer-destructuring': 'error',
|
| 141 |
+
'@typescript-eslint/prefer-enum-initializers': 'error',
|
| 142 |
+
'@typescript-eslint/prefer-find': 'error',
|
| 143 |
+
'@typescript-eslint/prefer-for-of': 'error',
|
| 144 |
+
'@typescript-eslint/prefer-function-type': 'error',
|
| 145 |
+
'@typescript-eslint/prefer-includes': 'error',
|
| 146 |
+
'@typescript-eslint/prefer-literal-enum-member': 'error',
|
| 147 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 148 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'error',
|
| 149 |
+
'@typescript-eslint/prefer-optional-chain': 'error',
|
| 150 |
+
'prefer-promise-reject-errors': 'off',
|
| 151 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 152 |
+
'@typescript-eslint/prefer-readonly': 'error',
|
| 153 |
+
'@typescript-eslint/prefer-readonly-parameter-types': 'error',
|
| 154 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
|
| 155 |
+
'@typescript-eslint/prefer-regexp-exec': 'error',
|
| 156 |
+
'@typescript-eslint/prefer-return-this-type': 'error',
|
| 157 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
| 158 |
+
'@typescript-eslint/promise-function-async': 'error',
|
| 159 |
+
'@typescript-eslint/related-getter-setter-pairs': 'error',
|
| 160 |
+
'@typescript-eslint/require-array-sort-compare': 'error',
|
| 161 |
+
'require-await': 'off',
|
| 162 |
+
'@typescript-eslint/require-await': 'error',
|
| 163 |
+
'@typescript-eslint/restrict-plus-operands': 'error',
|
| 164 |
+
'@typescript-eslint/restrict-template-expressions': 'error',
|
| 165 |
+
'no-return-await': 'off',
|
| 166 |
+
'@typescript-eslint/return-await': 'error',
|
| 167 |
+
'@typescript-eslint/strict-boolean-expressions': 'error',
|
| 168 |
+
'@typescript-eslint/switch-exhaustiveness-check': 'error',
|
| 169 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 170 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 171 |
+
'@typescript-eslint/unified-signatures': 'error',
|
| 172 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
|
| 173 |
+
},
|
| 174 |
+
},
|
| 175 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/base.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/base.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE;;;;GAIG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,MAAM;AAHpB,wBAYG"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* A utility ruleset that will disable type-aware linting and all type-aware rules available in our project.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#disable-type-checked}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (_plugin: FlatConfig.Plugin, _parser: FlatConfig.Parser) => FlatConfig.Config;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=disable-type-checked.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"disable-type-checked.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/disable-type-checked.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE;;;GAGG;yBAED,SAAS,UAAU,CAAC,MAAM,EAC1B,SAAS,UAAU,CAAC,MAAM,KACzB,UAAU,CAAC,MAAM;AAHpB,wBAqEG"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/disable-type-checked.js
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 9 |
+
/**
|
| 10 |
+
* A utility ruleset that will disable type-aware linting and all type-aware rules available in our project.
|
| 11 |
+
* @see {@link https://typescript-eslint.io/users/configs#disable-type-checked}
|
| 12 |
+
*/
|
| 13 |
+
exports.default = (_plugin, _parser) => ({
|
| 14 |
+
name: 'typescript-eslint/disable-type-checked',
|
| 15 |
+
rules: {
|
| 16 |
+
'@typescript-eslint/await-thenable': 'off',
|
| 17 |
+
'@typescript-eslint/consistent-return': 'off',
|
| 18 |
+
'@typescript-eslint/consistent-type-exports': 'off',
|
| 19 |
+
'@typescript-eslint/dot-notation': 'off',
|
| 20 |
+
'@typescript-eslint/naming-convention': 'off',
|
| 21 |
+
'@typescript-eslint/no-array-delete': 'off',
|
| 22 |
+
'@typescript-eslint/no-base-to-string': 'off',
|
| 23 |
+
'@typescript-eslint/no-confusing-void-expression': 'off',
|
| 24 |
+
'@typescript-eslint/no-deprecated': 'off',
|
| 25 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'off',
|
| 26 |
+
'@typescript-eslint/no-floating-promises': 'off',
|
| 27 |
+
'@typescript-eslint/no-for-in-array': 'off',
|
| 28 |
+
'@typescript-eslint/no-implied-eval': 'off',
|
| 29 |
+
'@typescript-eslint/no-meaningless-void-operator': 'off',
|
| 30 |
+
'@typescript-eslint/no-misused-promises': 'off',
|
| 31 |
+
'@typescript-eslint/no-misused-spread': 'off',
|
| 32 |
+
'@typescript-eslint/no-mixed-enums': 'off',
|
| 33 |
+
'@typescript-eslint/no-redundant-type-constituents': 'off',
|
| 34 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off',
|
| 35 |
+
'@typescript-eslint/no-unnecessary-condition': 'off',
|
| 36 |
+
'@typescript-eslint/no-unnecessary-qualifier': 'off',
|
| 37 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'off',
|
| 38 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'off',
|
| 39 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'off',
|
| 40 |
+
'@typescript-eslint/no-unnecessary-type-conversion': 'off',
|
| 41 |
+
'@typescript-eslint/no-unnecessary-type-parameters': 'off',
|
| 42 |
+
'@typescript-eslint/no-unsafe-argument': 'off',
|
| 43 |
+
'@typescript-eslint/no-unsafe-assignment': 'off',
|
| 44 |
+
'@typescript-eslint/no-unsafe-call': 'off',
|
| 45 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'off',
|
| 46 |
+
'@typescript-eslint/no-unsafe-member-access': 'off',
|
| 47 |
+
'@typescript-eslint/no-unsafe-return': 'off',
|
| 48 |
+
'@typescript-eslint/no-unsafe-type-assertion': 'off',
|
| 49 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'off',
|
| 50 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
| 51 |
+
'@typescript-eslint/only-throw-error': 'off',
|
| 52 |
+
'@typescript-eslint/prefer-destructuring': 'off',
|
| 53 |
+
'@typescript-eslint/prefer-find': 'off',
|
| 54 |
+
'@typescript-eslint/prefer-includes': 'off',
|
| 55 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'off',
|
| 56 |
+
'@typescript-eslint/prefer-optional-chain': 'off',
|
| 57 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'off',
|
| 58 |
+
'@typescript-eslint/prefer-readonly': 'off',
|
| 59 |
+
'@typescript-eslint/prefer-readonly-parameter-types': 'off',
|
| 60 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'off',
|
| 61 |
+
'@typescript-eslint/prefer-regexp-exec': 'off',
|
| 62 |
+
'@typescript-eslint/prefer-return-this-type': 'off',
|
| 63 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'off',
|
| 64 |
+
'@typescript-eslint/promise-function-async': 'off',
|
| 65 |
+
'@typescript-eslint/related-getter-setter-pairs': 'off',
|
| 66 |
+
'@typescript-eslint/require-array-sort-compare': 'off',
|
| 67 |
+
'@typescript-eslint/require-await': 'off',
|
| 68 |
+
'@typescript-eslint/restrict-plus-operands': 'off',
|
| 69 |
+
'@typescript-eslint/restrict-template-expressions': 'off',
|
| 70 |
+
'@typescript-eslint/return-await': 'off',
|
| 71 |
+
'@typescript-eslint/strict-boolean-expressions': 'off',
|
| 72 |
+
'@typescript-eslint/switch-exhaustiveness-check': 'off',
|
| 73 |
+
'@typescript-eslint/unbound-method': 'off',
|
| 74 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'off',
|
| 75 |
+
},
|
| 76 |
+
languageOptions: {
|
| 77 |
+
parserOptions: { program: null, project: false, projectService: false },
|
| 78 |
+
},
|
| 79 |
+
});
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* This is a compatibility ruleset that:
|
| 4 |
+
* - disables rules from eslint:recommended which are already handled by TypeScript.
|
| 5 |
+
* - enables rules that make sense due to TS's typechecking / transpilation.
|
| 6 |
+
* @see {@link https://typescript-eslint.io/users/configs/#eslint-recommended}
|
| 7 |
+
*/
|
| 8 |
+
declare const _default: (_plugin: FlatConfig.Plugin, _parser: FlatConfig.Parser) => FlatConfig.Config;
|
| 9 |
+
export default _default;
|
| 10 |
+
//# sourceMappingURL=eslint-recommended.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"eslint-recommended.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/eslint-recommended.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAIrE;;;;;GAKG;yBAED,SAAS,UAAU,CAAC,MAAM,EAC1B,SAAS,UAAU,CAAC,MAAM,KACzB,UAAU,CAAC,MAAM;AAHpB,wBAMG"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/eslint-recommended.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 3 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 4 |
+
};
|
| 5 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 6 |
+
const eslint_recommended_raw_1 = __importDefault(require("../eslint-recommended-raw"));
|
| 7 |
+
/**
|
| 8 |
+
* This is a compatibility ruleset that:
|
| 9 |
+
* - disables rules from eslint:recommended which are already handled by TypeScript.
|
| 10 |
+
* - enables rules that make sense due to TS's typechecking / transpilation.
|
| 11 |
+
* @see {@link https://typescript-eslint.io/users/configs/#eslint-recommended}
|
| 12 |
+
*/
|
| 13 |
+
exports.default = (_plugin, _parser) => ({
|
| 14 |
+
...(0, eslint_recommended_raw_1.default)('minimatch'),
|
| 15 |
+
name: 'typescript-eslint/eslint-recommended',
|
| 16 |
+
});
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* A version of `recommended` that only contains type-checked rules and disables of any corresponding core ESLint rules.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#recommended-type-checked-only}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=recommended-type-checked-only.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"recommended-type-checked-only.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/recommended-type-checked-only.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBAsCE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked-only.js
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* A version of `recommended` that only contains type-checked rules and disables of any corresponding core ESLint rules.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#recommended-type-checked-only}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/recommended-type-checked-only',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 25 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 26 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 27 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 28 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 29 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 30 |
+
'no-implied-eval': 'off',
|
| 31 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 32 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 33 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 34 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 35 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 36 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 37 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 38 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 39 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 40 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 41 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'error',
|
| 42 |
+
'no-throw-literal': 'off',
|
| 43 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 44 |
+
'prefer-promise-reject-errors': 'off',
|
| 45 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 46 |
+
'require-await': 'off',
|
| 47 |
+
'@typescript-eslint/require-await': 'error',
|
| 48 |
+
'@typescript-eslint/restrict-plus-operands': 'error',
|
| 49 |
+
'@typescript-eslint/restrict-template-expressions': 'error',
|
| 50 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 51 |
+
},
|
| 52 |
+
},
|
| 53 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* Contains all of `recommended` along with additional recommended rules that require type information.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#recommended-type-checked}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=recommended-type-checked.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"recommended-type-checked.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/recommended-type-checked.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBA6DE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended-type-checked.js
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* Contains all of `recommended` along with additional recommended rules that require type information.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#recommended-type-checked}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/recommended-type-checked',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 25 |
+
'@typescript-eslint/ban-ts-comment': 'error',
|
| 26 |
+
'no-array-constructor': 'off',
|
| 27 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 28 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 29 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 30 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 31 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 32 |
+
'@typescript-eslint/no-empty-object-type': 'error',
|
| 33 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 34 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 35 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 36 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 37 |
+
'no-implied-eval': 'off',
|
| 38 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 39 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 40 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 41 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 42 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 43 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 44 |
+
'@typescript-eslint/no-require-imports': 'error',
|
| 45 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 46 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 47 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 48 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 49 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 50 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 51 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 52 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 53 |
+
'@typescript-eslint/no-unsafe-function-type': 'error',
|
| 54 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 55 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 56 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'error',
|
| 57 |
+
'no-unused-expressions': 'off',
|
| 58 |
+
'@typescript-eslint/no-unused-expressions': 'error',
|
| 59 |
+
'no-unused-vars': 'off',
|
| 60 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 61 |
+
'@typescript-eslint/no-wrapper-object-types': 'error',
|
| 62 |
+
'no-throw-literal': 'off',
|
| 63 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 64 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 65 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 66 |
+
'prefer-promise-reject-errors': 'off',
|
| 67 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 68 |
+
'require-await': 'off',
|
| 69 |
+
'@typescript-eslint/require-await': 'error',
|
| 70 |
+
'@typescript-eslint/restrict-plus-operands': 'error',
|
| 71 |
+
'@typescript-eslint/restrict-template-expressions': 'error',
|
| 72 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 73 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 74 |
+
},
|
| 75 |
+
},
|
| 76 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* Recommended rules for code correctness that you can drop in without additional configuration.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#recommended}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=recommended.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"recommended.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/recommended.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBAkCE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/recommended.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* Recommended rules for code correctness that you can drop in without additional configuration.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#recommended}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/recommended',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/ban-ts-comment': 'error',
|
| 25 |
+
'no-array-constructor': 'off',
|
| 26 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 27 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 28 |
+
'@typescript-eslint/no-empty-object-type': 'error',
|
| 29 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 30 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 31 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 32 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 33 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 34 |
+
'@typescript-eslint/no-require-imports': 'error',
|
| 35 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 36 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 37 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 38 |
+
'@typescript-eslint/no-unsafe-function-type': 'error',
|
| 39 |
+
'no-unused-expressions': 'off',
|
| 40 |
+
'@typescript-eslint/no-unused-expressions': 'error',
|
| 41 |
+
'no-unused-vars': 'off',
|
| 42 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 43 |
+
'@typescript-eslint/no-wrapper-object-types': 'error',
|
| 44 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 45 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 46 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 47 |
+
},
|
| 48 |
+
},
|
| 49 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* A version of `strict` that only contains type-checked rules and disables of any corresponding core ESLint rules.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#strict-type-checked-only}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=strict-type-checked-only.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"strict-type-checked-only.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/strict-type-checked-only.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBA4EE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked-only.js
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* A version of `strict` that only contains type-checked rules and disables of any corresponding core ESLint rules.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#strict-type-checked-only}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/strict-type-checked-only',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 25 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 26 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 27 |
+
'@typescript-eslint/no-confusing-void-expression': 'error',
|
| 28 |
+
'@typescript-eslint/no-deprecated': 'error',
|
| 29 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 30 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 31 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 32 |
+
'no-implied-eval': 'off',
|
| 33 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 34 |
+
'@typescript-eslint/no-meaningless-void-operator': 'error',
|
| 35 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 36 |
+
'@typescript-eslint/no-misused-spread': 'error',
|
| 37 |
+
'@typescript-eslint/no-mixed-enums': 'error',
|
| 38 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 39 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
|
| 40 |
+
'@typescript-eslint/no-unnecessary-condition': 'error',
|
| 41 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'error',
|
| 42 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
| 43 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 44 |
+
'@typescript-eslint/no-unnecessary-type-parameters': 'error',
|
| 45 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 46 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 47 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 48 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 49 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 50 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 51 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'error',
|
| 52 |
+
'no-throw-literal': 'off',
|
| 53 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 54 |
+
'prefer-promise-reject-errors': 'off',
|
| 55 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 56 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
|
| 57 |
+
'@typescript-eslint/prefer-return-this-type': 'error',
|
| 58 |
+
'@typescript-eslint/related-getter-setter-pairs': 'error',
|
| 59 |
+
'require-await': 'off',
|
| 60 |
+
'@typescript-eslint/require-await': 'error',
|
| 61 |
+
'@typescript-eslint/restrict-plus-operands': [
|
| 62 |
+
'error',
|
| 63 |
+
{
|
| 64 |
+
allowAny: false,
|
| 65 |
+
allowBoolean: false,
|
| 66 |
+
allowNullish: false,
|
| 67 |
+
allowNumberAndString: false,
|
| 68 |
+
allowRegExp: false,
|
| 69 |
+
},
|
| 70 |
+
],
|
| 71 |
+
'@typescript-eslint/restrict-template-expressions': [
|
| 72 |
+
'error',
|
| 73 |
+
{
|
| 74 |
+
allowAny: false,
|
| 75 |
+
allowBoolean: false,
|
| 76 |
+
allowNever: false,
|
| 77 |
+
allowNullish: false,
|
| 78 |
+
allowNumber: false,
|
| 79 |
+
allowRegExp: false,
|
| 80 |
+
},
|
| 81 |
+
],
|
| 82 |
+
'no-return-await': 'off',
|
| 83 |
+
'@typescript-eslint/return-await': [
|
| 84 |
+
'error',
|
| 85 |
+
'error-handling-correctness-only',
|
| 86 |
+
],
|
| 87 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 88 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
|
| 89 |
+
},
|
| 90 |
+
},
|
| 91 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* Contains all of `recommended`, `recommended-type-checked`, and `strict`, along with additional strict rules that require type information.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#strict-type-checked}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=strict-type-checked.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"strict-type-checked.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/strict-type-checked.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBA+GE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict-type-checked.js
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* Contains all of `recommended`, `recommended-type-checked`, and `strict`, along with additional strict rules that require type information.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#strict-type-checked}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/strict-type-checked',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 25 |
+
'@typescript-eslint/ban-ts-comment': [
|
| 26 |
+
'error',
|
| 27 |
+
{ minimumDescriptionLength: 10 },
|
| 28 |
+
],
|
| 29 |
+
'no-array-constructor': 'off',
|
| 30 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 31 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 32 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 33 |
+
'@typescript-eslint/no-confusing-void-expression': 'error',
|
| 34 |
+
'@typescript-eslint/no-deprecated': 'error',
|
| 35 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 36 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 37 |
+
'@typescript-eslint/no-dynamic-delete': 'error',
|
| 38 |
+
'@typescript-eslint/no-empty-object-type': 'error',
|
| 39 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 40 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 41 |
+
'@typescript-eslint/no-extraneous-class': 'error',
|
| 42 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 43 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 44 |
+
'no-implied-eval': 'off',
|
| 45 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 46 |
+
'@typescript-eslint/no-invalid-void-type': 'error',
|
| 47 |
+
'@typescript-eslint/no-meaningless-void-operator': 'error',
|
| 48 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 49 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 50 |
+
'@typescript-eslint/no-misused-spread': 'error',
|
| 51 |
+
'@typescript-eslint/no-mixed-enums': 'error',
|
| 52 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 53 |
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
|
| 54 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 55 |
+
'@typescript-eslint/no-non-null-assertion': 'error',
|
| 56 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 57 |
+
'@typescript-eslint/no-require-imports': 'error',
|
| 58 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 59 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
|
| 60 |
+
'@typescript-eslint/no-unnecessary-condition': 'error',
|
| 61 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'error',
|
| 62 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
| 63 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 64 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 65 |
+
'@typescript-eslint/no-unnecessary-type-parameters': 'error',
|
| 66 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 67 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 68 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 69 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 70 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 71 |
+
'@typescript-eslint/no-unsafe-function-type': 'error',
|
| 72 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 73 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 74 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'error',
|
| 75 |
+
'no-unused-expressions': 'off',
|
| 76 |
+
'@typescript-eslint/no-unused-expressions': 'error',
|
| 77 |
+
'no-unused-vars': 'off',
|
| 78 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 79 |
+
'no-useless-constructor': 'off',
|
| 80 |
+
'@typescript-eslint/no-useless-constructor': 'error',
|
| 81 |
+
'@typescript-eslint/no-wrapper-object-types': 'error',
|
| 82 |
+
'no-throw-literal': 'off',
|
| 83 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 84 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 85 |
+
'@typescript-eslint/prefer-literal-enum-member': 'error',
|
| 86 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 87 |
+
'prefer-promise-reject-errors': 'off',
|
| 88 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 89 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
|
| 90 |
+
'@typescript-eslint/prefer-return-this-type': 'error',
|
| 91 |
+
'@typescript-eslint/related-getter-setter-pairs': 'error',
|
| 92 |
+
'require-await': 'off',
|
| 93 |
+
'@typescript-eslint/require-await': 'error',
|
| 94 |
+
'@typescript-eslint/restrict-plus-operands': [
|
| 95 |
+
'error',
|
| 96 |
+
{
|
| 97 |
+
allowAny: false,
|
| 98 |
+
allowBoolean: false,
|
| 99 |
+
allowNullish: false,
|
| 100 |
+
allowNumberAndString: false,
|
| 101 |
+
allowRegExp: false,
|
| 102 |
+
},
|
| 103 |
+
],
|
| 104 |
+
'@typescript-eslint/restrict-template-expressions': [
|
| 105 |
+
'error',
|
| 106 |
+
{
|
| 107 |
+
allowAny: false,
|
| 108 |
+
allowBoolean: false,
|
| 109 |
+
allowNever: false,
|
| 110 |
+
allowNullish: false,
|
| 111 |
+
allowNumber: false,
|
| 112 |
+
allowRegExp: false,
|
| 113 |
+
},
|
| 114 |
+
],
|
| 115 |
+
'no-return-await': 'off',
|
| 116 |
+
'@typescript-eslint/return-await': [
|
| 117 |
+
'error',
|
| 118 |
+
'error-handling-correctness-only',
|
| 119 |
+
],
|
| 120 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 121 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 122 |
+
'@typescript-eslint/unified-signatures': 'error',
|
| 123 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
|
| 124 |
+
},
|
| 125 |
+
},
|
| 126 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* Contains all of `recommended`, as well as additional strict rules that can also catch bugs.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#strict}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=strict.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"strict.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/strict.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBA8CE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/strict.js
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* Contains all of `recommended`, as well as additional strict rules that can also catch bugs.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#strict}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/strict',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/ban-ts-comment': [
|
| 25 |
+
'error',
|
| 26 |
+
{ minimumDescriptionLength: 10 },
|
| 27 |
+
],
|
| 28 |
+
'no-array-constructor': 'off',
|
| 29 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 30 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 31 |
+
'@typescript-eslint/no-dynamic-delete': 'error',
|
| 32 |
+
'@typescript-eslint/no-empty-object-type': 'error',
|
| 33 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 34 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 35 |
+
'@typescript-eslint/no-extraneous-class': 'error',
|
| 36 |
+
'@typescript-eslint/no-invalid-void-type': 'error',
|
| 37 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 38 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 39 |
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
|
| 40 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 41 |
+
'@typescript-eslint/no-non-null-assertion': 'error',
|
| 42 |
+
'@typescript-eslint/no-require-imports': 'error',
|
| 43 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 44 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 45 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 46 |
+
'@typescript-eslint/no-unsafe-function-type': 'error',
|
| 47 |
+
'no-unused-expressions': 'off',
|
| 48 |
+
'@typescript-eslint/no-unused-expressions': 'error',
|
| 49 |
+
'no-unused-vars': 'off',
|
| 50 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 51 |
+
'no-useless-constructor': 'off',
|
| 52 |
+
'@typescript-eslint/no-useless-constructor': 'error',
|
| 53 |
+
'@typescript-eslint/no-wrapper-object-types': 'error',
|
| 54 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 55 |
+
'@typescript-eslint/prefer-literal-enum-member': 'error',
|
| 56 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 57 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 58 |
+
'@typescript-eslint/unified-signatures': 'error',
|
| 59 |
+
},
|
| 60 |
+
},
|
| 61 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* A version of `stylistic` that only contains type-checked rules and disables of any corresponding core ESLint rules.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#stylistic-type-checked-only}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=stylistic-type-checked-only.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"stylistic-type-checked-only.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/stylistic-type-checked-only.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBAoBE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked-only.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* A version of `stylistic` that only contains type-checked rules and disables of any corresponding core ESLint rules.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#stylistic-type-checked-only}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/stylistic-type-checked-only',
|
| 23 |
+
rules: {
|
| 24 |
+
'dot-notation': 'off',
|
| 25 |
+
'@typescript-eslint/dot-notation': 'error',
|
| 26 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
|
| 27 |
+
'@typescript-eslint/prefer-find': 'error',
|
| 28 |
+
'@typescript-eslint/prefer-includes': 'error',
|
| 29 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'error',
|
| 30 |
+
'@typescript-eslint/prefer-optional-chain': 'error',
|
| 31 |
+
'@typescript-eslint/prefer-regexp-exec': 'error',
|
| 32 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
| 33 |
+
},
|
| 34 |
+
},
|
| 35 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* Contains all of `stylistic`, along with additional stylistic rules that require type information.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#stylistic-type-checked}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=stylistic-type-checked.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"stylistic-type-checked.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/stylistic-type-checked.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBAkCE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic-type-checked.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* Contains all of `stylistic`, along with additional stylistic rules that require type information.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#stylistic-type-checked}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/stylistic-type-checked',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/adjacent-overload-signatures': 'error',
|
| 25 |
+
'@typescript-eslint/array-type': 'error',
|
| 26 |
+
'@typescript-eslint/ban-tslint-comment': 'error',
|
| 27 |
+
'@typescript-eslint/class-literal-property-style': 'error',
|
| 28 |
+
'@typescript-eslint/consistent-generic-constructors': 'error',
|
| 29 |
+
'@typescript-eslint/consistent-indexed-object-style': 'error',
|
| 30 |
+
'@typescript-eslint/consistent-type-assertions': 'error',
|
| 31 |
+
'@typescript-eslint/consistent-type-definitions': 'error',
|
| 32 |
+
'dot-notation': 'off',
|
| 33 |
+
'@typescript-eslint/dot-notation': 'error',
|
| 34 |
+
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
|
| 35 |
+
'no-empty-function': 'off',
|
| 36 |
+
'@typescript-eslint/no-empty-function': 'error',
|
| 37 |
+
'@typescript-eslint/no-inferrable-types': 'error',
|
| 38 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
|
| 39 |
+
'@typescript-eslint/prefer-find': 'error',
|
| 40 |
+
'@typescript-eslint/prefer-for-of': 'error',
|
| 41 |
+
'@typescript-eslint/prefer-function-type': 'error',
|
| 42 |
+
'@typescript-eslint/prefer-includes': 'error',
|
| 43 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'error',
|
| 44 |
+
'@typescript-eslint/prefer-optional-chain': 'error',
|
| 45 |
+
'@typescript-eslint/prefer-regexp-exec': 'error',
|
| 46 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
| 47 |
+
},
|
| 48 |
+
},
|
| 49 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
| 2 |
+
/**
|
| 3 |
+
* Rules considered to be best practice for modern TypeScript codebases, but that do not impact program logic.
|
| 4 |
+
* @see {@link https://typescript-eslint.io/users/configs#stylistic}
|
| 5 |
+
*/
|
| 6 |
+
declare const _default: (plugin: FlatConfig.Plugin, parser: FlatConfig.Parser) => FlatConfig.ConfigArray;
|
| 7 |
+
export default _default;
|
| 8 |
+
//# sourceMappingURL=stylistic.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"stylistic.d.ts","sourceRoot":"","sources":["../../../src/configs/flat/stylistic.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAKrE;;;GAGG;yBAED,QAAQ,UAAU,CAAC,MAAM,EACzB,QAAQ,UAAU,CAAC,MAAM,KACxB,UAAU,CAAC,WAAW;AAHzB,wBAyBE"}
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/stylistic.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 9 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 10 |
+
};
|
| 11 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 12 |
+
const base_1 = __importDefault(require("./base"));
|
| 13 |
+
const eslint_recommended_1 = __importDefault(require("./eslint-recommended"));
|
| 14 |
+
/**
|
| 15 |
+
* Rules considered to be best practice for modern TypeScript codebases, but that do not impact program logic.
|
| 16 |
+
* @see {@link https://typescript-eslint.io/users/configs#stylistic}
|
| 17 |
+
*/
|
| 18 |
+
exports.default = (plugin, parser) => [
|
| 19 |
+
(0, base_1.default)(plugin, parser),
|
| 20 |
+
(0, eslint_recommended_1.default)(plugin, parser),
|
| 21 |
+
{
|
| 22 |
+
name: 'typescript-eslint/stylistic',
|
| 23 |
+
rules: {
|
| 24 |
+
'@typescript-eslint/adjacent-overload-signatures': 'error',
|
| 25 |
+
'@typescript-eslint/array-type': 'error',
|
| 26 |
+
'@typescript-eslint/ban-tslint-comment': 'error',
|
| 27 |
+
'@typescript-eslint/class-literal-property-style': 'error',
|
| 28 |
+
'@typescript-eslint/consistent-generic-constructors': 'error',
|
| 29 |
+
'@typescript-eslint/consistent-indexed-object-style': 'error',
|
| 30 |
+
'@typescript-eslint/consistent-type-assertions': 'error',
|
| 31 |
+
'@typescript-eslint/consistent-type-definitions': 'error',
|
| 32 |
+
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
|
| 33 |
+
'no-empty-function': 'off',
|
| 34 |
+
'@typescript-eslint/no-empty-function': 'error',
|
| 35 |
+
'@typescript-eslint/no-inferrable-types': 'error',
|
| 36 |
+
'@typescript-eslint/prefer-for-of': 'error',
|
| 37 |
+
'@typescript-eslint/prefer-function-type': 'error',
|
| 38 |
+
},
|
| 39 |
+
},
|
| 40 |
+
];
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import * as ts from 'typescript';
|
| 2 |
+
/**
|
| 3 |
+
* Retrieve only the Enum literals from a type. for example:
|
| 4 |
+
* - 123 --> []
|
| 5 |
+
* - {} --> []
|
| 6 |
+
* - Fruit.Apple --> [Fruit.Apple]
|
| 7 |
+
* - Fruit.Apple | Vegetable.Lettuce --> [Fruit.Apple, Vegetable.Lettuce]
|
| 8 |
+
* - Fruit.Apple | Vegetable.Lettuce | 123 --> [Fruit.Apple, Vegetable.Lettuce]
|
| 9 |
+
* - T extends Fruit --> [Fruit]
|
| 10 |
+
*/
|
| 11 |
+
export declare function getEnumLiterals(type: ts.Type): ts.LiteralType[];
|
| 12 |
+
/**
|
| 13 |
+
* A type can have 0 or more enum types. For example:
|
| 14 |
+
* - 123 --> []
|
| 15 |
+
* - {} --> []
|
| 16 |
+
* - Fruit.Apple --> [Fruit]
|
| 17 |
+
* - Fruit.Apple | Vegetable.Lettuce --> [Fruit, Vegetable]
|
| 18 |
+
* - Fruit.Apple | Vegetable.Lettuce | 123 --> [Fruit, Vegetable]
|
| 19 |
+
* - T extends Fruit --> [Fruit]
|
| 20 |
+
*/
|
| 21 |
+
export declare function getEnumTypes(typeChecker: ts.TypeChecker, type: ts.Type): ts.Type[];
|
| 22 |
+
/**
|
| 23 |
+
* Returns the enum key that matches the given literal node, or null if none
|
| 24 |
+
* match. For example:
|
| 25 |
+
* ```ts
|
| 26 |
+
* enum Fruit {
|
| 27 |
+
* Apple = 'apple',
|
| 28 |
+
* Banana = 'banana',
|
| 29 |
+
* }
|
| 30 |
+
*
|
| 31 |
+
* getEnumKeyForLiteral([Fruit.Apple, Fruit.Banana], 'apple') --> 'Fruit.Apple'
|
| 32 |
+
* getEnumKeyForLiteral([Fruit.Apple, Fruit.Banana], 'banana') --> 'Fruit.Banana'
|
| 33 |
+
* getEnumKeyForLiteral([Fruit.Apple, Fruit.Banana], 'cherry') --> null
|
| 34 |
+
* ```
|
| 35 |
+
*/
|
| 36 |
+
export declare function getEnumKeyForLiteral(enumLiterals: ts.LiteralType[], literal: unknown): string | null;
|
| 37 |
+
//# sourceMappingURL=shared.d.ts.map
|
platform/aiml/elizabeth/e-1-first_session/claude-code-router/ui/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../src/rules/enum-utils/shared.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AAwBjC;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,GAAG,EAAE,CAAC,WAAW,EAAE,CAM/D;AAED;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAC1B,WAAW,EAAE,EAAE,CAAC,WAAW,EAC3B,IAAI,EAAE,EAAE,CAAC,IAAI,GACZ,EAAE,CAAC,IAAI,EAAE,CAEX;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,oBAAoB,CAClC,YAAY,EAAE,EAAE,CAAC,WAAW,EAAE,EAC9B,OAAO,EAAE,OAAO,GACf,MAAM,GAAG,IAAI,CA+Bf"}
|