Skip to content

meskill/sharec-config

Repository files navigation

@meskill/sharec-config

Template for new projects with configs for common tools. Build by sharec

Configs

  • Dependencies: package.json with needed dependencies and scripts
  • Package Manager: yarnrc.yml config for yarn 2+ project with global pnp mode
  • Code style: .editorconfig, .prettierrc.yml, .eslintrc.yml
  • Typescript: tsconfig.json
  • Testing: jest.config.mjs
  • License: GPL-3.0

Usage

  • yarn init -i berry
  • yarn add --dev @meskill/sharec-config
  • yarn dlx @yarnpkg/sdks