mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
c6ae41fd87
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
Text
13 lines
250 B
Text
{
|
|
"lint": {
|
|
"files": {
|
|
"include": ["lint/with_config/"],
|
|
"exclude": ["lint/with_config/b.ts"],
|
|
"dont_know_this_field": {}
|
|
},
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"include": ["ban-untagged-todo"]
|
|
}
|
|
}
|
|
}
|