@glzr/style-guide

1.1.0 • Public • Published

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.

/@glzr/style-guide/

    Package Sidebar

    Install

    npm i @glzr/style-guide

    Weekly Downloads

    4

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    6.63 kB

    Total Files

    11

    Last publish

    Collaborators

    • lars-berger