Skip to content

Instantly share code, notes, and snippets.

@vikiival
Created November 6, 2023 11:09
Show Gist options
  • Save vikiival/146d26b3bc73ce38bcd422826bd8268f to your computer and use it in GitHub Desktop.
Save vikiival/146d26b3bc73ce38bcd422826bd8268f to your computer and use it in GitHub Desktop.
deno fast format
{
"fmt": {
"singleQuote": true,
"semiColons": false,
"include": ["src/*.ts"]
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment