0.4.7 • Published 8 months ago

@mh4gf/configs v0.4.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@mh4gf/configs

npm version

Various configuration files used by @mh4gf.

  • tsconfig.json
  • biome.json

Install

pnpm add -D @mh4gf/configs

usage

tsconfig.json

// in tsconfig.json
{
  "extends": "@mh4gf/configs/typescript/base.json"
}

biome.json

For basic configuration:

// in biome.json
{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": ["./node_modules/@mh4gf/configs/biome/index.jsonc"]
}

For React projects:

// in biome.json
{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": [
    "./node_modules/@mh4gf/configs/biome/index.jsonc",
    "./node_modules/@mh4gf/configs/biome/react.jsonc"
  ]
}

For Node.js projects:

// in biome.json
{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": [
    "./node_modules/@mh4gf/configs/biome/index.jsonc",
    "./node_modules/@mh4gf/configs/biome/nodejs.jsonc"
  ]
}
0.4.5

11 months ago

0.4.4

11 months ago

0.4.7

8 months ago

0.4.6

9 months ago

0.4.1

1 year ago

0.4.0

1 year ago

0.2.3

2 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago