0.2.3 • Published 2 years ago

@mh4gf/configs v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@mh4gf/configs

npm version

Various configuration files used by @mh4gf.

  • prettier
  • tsconfig.json

Install

pnpm add -D @mh4gf/configs

usage

prettier

// in package.json
{
  "prettier": "@mh4gf/configs/prettier"
}
// or in .prettierrc.cjs
module.exports = {
  ...require('@mh4gf/configs/prettier'),
  // your overrides
}

tsconfig.json

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

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago