Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.08 KB

README.core.md

File metadata and controls

30 lines (19 loc) · 1.08 KB

@kodingdotninja/style-guide-core

version downloads license

ESLint and Prettier style guide for various Koding Ninja projects, which includes configs for popular linting and styling tools. Heavily based on Vercel's style guide.

This is a trimmed down version of @kodingdotninja/style-guide which does not include packages listed here.

Installing

# using npm
npm install --save-dev @kodingdotninja/style-guide-core eslint prettier typescript

# using yarn
yarn add --dev @kodingdotninja/style-guide-core eslint prettier typescript

# using pnpm
pnpm install --save-dev @kodingdotninja/style-guide-core eslint prettier typescript

Usage

Refer to the main readme at https://github.com/kodingdotninja/style-guide.

License

Mozilla Public License Version 2.0