mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
13 lines
184 B
JSON
13 lines
184 B
JSON
{
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"include": [
|
|
"ban-untagged-todo",
|
|
"camelcase"
|
|
],
|
|
"exclude": [
|
|
"no-invalid-triple-slash-reference"
|
|
]
|
|
}
|
|
}
|