Skip to content

glzr-io/style-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4184cb · Feb 1, 2024

History

11 Commits
Feb 1, 2024
Jan 1, 2024
Feb 1, 2024
Dec 29, 2023
Dec 29, 2023
Dec 29, 2023
Feb 1, 2024
Dec 29, 2023
Feb 1, 2024
Feb 1, 2024
Jan 1, 2024

Repository files navigation

Style Guide · PRs Welcome License Discord invite

Prettier

To use one of the Prettier config, add the following to package.json:

{
  "prettier": "@glzr/style-guide/prettier"
}

TSConfig

To use one of the TSConfig files available, add the following to tsconfig.json:

{
  "extends": "@glzr/style-guide/tsconfig/solidjs-lib"
}

Available configs:

  • Vanilla Node.js (@glzr/style-guide/tsconfig/vanilla-nodejs)
  • Vanilla bundler (@glzr/style-guide/tsconfig/vanilla-bundler)
  • Astro app (@glzr/style-guide/tsconfig/astro-app)
  • NestJS app (@glzr/style-guide/tsconfig/nestjs-app)
  • SolidJS app (@glzr/style-guide/tsconfig/solidjs-app)
  • SolidJS library (@glzr/style-guide/tsconfig/solidjs-lib)

TotalTypescript is a great reference for TSConfig guidelines.

About

Shared configs for linting and styling tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published