all.ts — drizzle-orm Source File
Architecture documentation for all.ts, a typescript file in the drizzle-orm codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 2f9f00c8_4bae_5221_05f5_b053374380db["all.ts"] ccb38674_a025_897a_eb29_bdfa2dbe01c1["index.ts"] ccb38674_a025_897a_eb29_bdfa2dbe01c1 --> 2f9f00c8_4bae_5221_05f5_b053374380db style 2f9f00c8_4bae_5221_05f5_b053374380db fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
export default {
env: {
es2024: true,
},
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
plugins: ['drizzle'],
rules: {
'drizzle/enforce-delete-with-where': 'error',
'drizzle/enforce-update-with-where': 'error',
},
};
Domain
Imported By
Source
Frequently Asked Questions
What does all.ts do?
all.ts is a source file in the drizzle-orm codebase, written in typescript. It belongs to the DrizzleORM domain.
What files import all.ts?
all.ts is imported by 1 file(s): index.ts.
Where is all.ts in the architecture?
all.ts is located at eslint-plugin-drizzle/src/configs/all.ts (domain: DrizzleORM, directory: eslint-plugin-drizzle/src/configs).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free