disable cursor rules
This commit is contained in:
parent
51234e673b
commit
9a00e8ac5b
File diff suppressed because it is too large
Load Diff
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
alwaysApply: true
|
alwaysApply: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Comment Guidelines
|
# Comment Guidelines
|
||||||
|
|
||||||
## Good Comments (Human-style)
|
## Good Comments (Human-style)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
alwaysApply: true
|
alwaysApply: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Handling Uncertainty
|
# Handling Uncertainty
|
||||||
|
|
||||||
## Principle
|
## Principle
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
alwaysApply: true
|
alwaysApply: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Readability First
|
# Readability First
|
||||||
|
|
||||||
Optimize code for AI agents to understand and modify.
|
Optimize code for AI agents to understand and modify.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
alwaysApply: true
|
alwaysApply: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Separation of Concerns
|
# Separation of Concerns
|
||||||
|
|
||||||
## Core Principle
|
## Core Principle
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Ultracite Rules - AI-Ready Formatter and Linter
|
alwaysApply: false
|
||||||
globs: "**/*.{ts,tsx,js,jsx}"
|
|
||||||
alwaysApply: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Project Context
|
# Project Context
|
||||||
|
|
||||||
Ultracite enforces strict type safety, accessibility standards, and consistent code quality for JavaScript/TypeScript projects using Biome's formatter.
|
Ultracite enforces strict type safety, accessibility standards, and consistent code quality for JavaScript/TypeScript projects using Biome's formatter.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
alwaysApply: true
|
alwaysApply: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Scannable Code Guidelines/Separating Concerns.
|
# Scannable Code Guidelines/Separating Concerns.
|
||||||
|
|
||||||
## Core Principle
|
## Core Principle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue