test: add test directory with sample files
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
## Root Level Rules
|
||||||
|
|
||||||
|
- Root rule 1
|
||||||
|
- Root rule 2
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
export const config = {
|
||||||
|
strict: true
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
## Nested Level Rules
|
||||||
|
|
||||||
|
- Nested rule 1 (더 specific)
|
||||||
|
- Nested rule 2
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
export const deep = true
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
export function greet(name: string): string {
|
||||||
|
return `Hello, ${name}!`
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user