We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ece747 commit 9a9512bCopy full SHA for 9a9512b
test-dir/AGENTS.md
@@ -0,0 +1,4 @@
1
+## Root Level Rules
2
+
3
+- Root rule 1
4
+- Root rule 2
test-dir/another.ts
@@ -0,0 +1,3 @@
+export const config = {
+ strict: true
+}
test-dir/nested/AGENTS.md
+## Nested Level Rules
+- Nested rule 1 (더 specific)
+- Nested rule 2
test-dir/nested/deep.ts
@@ -0,0 +1 @@
+export const deep = true
test-dir/test.ts
+export function greet(name: string): string {
+ return `Hello, ${name}!`
0 commit comments