Skip to content

Instantly share code, notes, and snippets.

@Milkywayrules
Last active November 1, 2025 14:25
Show Gist options
  • Save Milkywayrules/e4b1f901fdb4b09514996377ac568b61 to your computer and use it in GitHub Desktop.
Save Milkywayrules/e4b1f901fdb4b09514996377ac568b61 to your computer and use it in GitHub Desktop.
ts project - config collection
ts project - config collection
{
"trailingComma": "all",
"semi": false,
"singleQuote": true,
"useTabs": false,
"quoteProps": "consistent",
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 100,
"tabWidth": 2,
"bracketSameLine": false
}
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next*/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# typescript
*.tsbuildinfo
# etc
.github
dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment