Skip to content

Commit

Permalink
Update deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Nov 17, 2023
1 parent 48acf9a commit 0ff91c9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,23 @@
"fmt": {
"singleQuote": true,
"lineWidth": 120
},
"lint": {
"rules": {
"tags": [
"recommended"
],
"include": [
"camelcase",
"default-param-last",
"eqeqeq",
"explicit-function-return-type",
"explicit-module-boundary-types",
"guard-for-in",
"no-eval",
"no-sparse-arrays",
"prefer-ascii"
]
}
}
}

0 comments on commit 0ff91c9

Please sign in to comment.