1
0
Fork 0
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:
Bartek Iwańczuk 2021-10-30 18:31:19 +02:00 committed by GitHub
parent 85a2943435
commit a24735aa66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@
"rules": {
"tags": ["recommended"],
"include": [
"ban-untagged-todo"
"ban-untagged-todo",
"camelcase"
],
"exclude": [
"no-invalid-triple-slash-reference"