mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
{
|
|
"extends": "@antfu",
|
|
"rules": {
|
|
"no-restricted-imports": [
|
|
"error",
|
|
{
|
|
"paths": ["path"]
|
|
}
|
|
]
|
|
}
|
|
}
|