Skip to content

Commit 2fb5c91

Browse files
committed
Add globs
1 parent 78c09b2 commit 2fb5c91

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.cursor/rules/dependencies.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Rules about dependencies.
3-
globs:
3+
globs: *
44
alwaysApply: true
55
---
66
# Dependency Management Guidelines

.cursor/rules/development.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Rules for building and understanding the repository.
3-
globs:
3+
globs: *
44
alwaysApply: true
55
---
66
# General Development Guidelines

.cursor/rules/linting.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Rules for finding and addressing linting issues.
3-
globs:
3+
globs: *.ts
44
alwaysApply: true
55
---
66
# Linting Guidelines

.cursor/rules/testing.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Rules for running and developing tests.
3-
globs:
3+
globs: *
44
alwaysApply: true
55
---
66
# Testing Guidelines

.cursor/rules/typescript.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Rules for typescript development.
3-
globs:
3+
globs: *.ts
44
alwaysApply: true
55
---
66
# TypeScript Guidelines

0 commit comments

Comments
 (0)