mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
chore: enable camelcase rule in dlint (#12605)
This commit is contained in:
parent
85a2943435
commit
a24735aa66
@ -2,7 +2,8 @@
|
||||
"rules": {
|
||||
"tags": ["recommended"],
|
||||
"include": [
|
||||
"ban-untagged-todo"
|
||||
"ban-untagged-todo",
|
||||
"camelcase"
|
||||
],
|
||||
"exclude": [
|
||||
"no-invalid-triple-slash-reference"
|
||||
|
Loading…
Reference in New Issue
Block a user