@grikomsn/style-guide-core
v4.0.1
Published
ESLint and Prettier style guide for various personal projects 🤙
Downloads
4
Maintainers
Readme
@grikomsn/style-guide-core
ESLint and Prettier style guide for various personal projects, which includes configs for popular linting and styling tools. Heavily based on Vercel's style guide.
This is a trimmed down version of @grikomsn/style-guide which does not include packages listed here.
Installing
# using npm
npm install --save-dev @grikomsn/style-guide-core eslint prettier typescript
# using yarn
yarn add --dev @grikomsn/style-guide-core eslint prettier typescript
# using pnpm
pnpm install --save-dev @grikomsn/style-guide-core eslint prettier typescript
Usage
Refer to the main readme at https://github.com/grikomsn/style-guide.