mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: enable camelcase rule in dlint (#12605)
This commit is contained in:
parent
85a2943435
commit
a24735aa66
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"tags": ["recommended"],
|
"tags": ["recommended"],
|
||||||
"include": [
|
"include": [
|
||||||
"ban-untagged-todo"
|
"ban-untagged-todo",
|
||||||
|
"camelcase"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"no-invalid-triple-slash-reference"
|
"no-invalid-triple-slash-reference"
|
||||||
|
|
Loading…
Reference in a new issue