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.
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"lint": {
|
|
"files": {
|
|
"include": ["lint/with_config/"],
|
|
"exclude": ["lint/with_config/b.ts"],
|
|
"dont_know_this_field": {}
|
|
},
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"include": ["ban-untagged-todo"]
|
|
}
|
|
}
|
|
}
|