mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 23:31:24 -05:00
![Bartek Iwańczuk](/assets/img/avatar_default.png)
Just reorganizing lint tests in such a way that adding new file in a directory doesn't change result of other tests.
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"lint": {
|
|
"files": {
|
|
"include": ["lint/with_config/"],
|
|
"exclude": ["lint/with_config/b.ts"]
|
|
},
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"include": ["ban-untagged-todo"]
|
|
}
|
|
}
|
|
}
|