Skip to content

Commit

Permalink
deno fmt ignore deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
QuixThe2nd committed Nov 2, 2024
1 parent 7e285ad commit a4bfc5c
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starfiles/hydrafiles",
"version": "0.7.29",
"version": "0.7.30",
"description": "The web privacy layer.",
"main": "src/hydrafiles.ts",
"exports": {
Expand Down Expand Up @@ -39,30 +39,11 @@
"include": ["src/"],
"rules": {
"tags": ["recommended"],
"include": [
"camelcase",
"default-param-last",
"eqeqeq",
"explicit-function-return-type",
"explicit-module-boundary-types",
"guard-for-in",
"no-const-assign",
"no-inferrable-types",
"no-non-null-assertion",
"no-self-compare",
"no-sparse-arrays",
"no-sync-fn-in-async-fn",
"no-throw-literal",
"no-undef",
"constructor-super",
"no-async-promise-executor",
"no-await-in-sync-fn",
"valid-typeof"
]
"include": ["camelcase", "default-param-last", "eqeqeq", "explicit-function-return-type", "explicit-module-boundary-types", "guard-for-in", "no-const-assign", "no-inferrable-types", "no-non-null-assertion", "no-self-compare", "no-sparse-arrays", "no-sync-fn-in-async-fn", "no-throw-literal", "no-undef", "constructor-super", "no-async-promise-executor", "no-await-in-sync-fn", "valid-typeof"]
}
},
"fmt": {
"exclude": ["public/*.html"],
"exclude": ["public/*.html", "deno.jsonc"],
"lineWidth": 240,
"semiColons": true,
"useTabs": true
Expand Down

0 comments on commit a4bfc5c

Please sign in to comment.