1.1.0 • Published 1 year ago

@glzr/style-guide v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago