This repository holds the configuration files for prettier
and eslint
that should be used in every project.
Note: make sure you have a .npmrc
with the following content:
@kwizapp:registry=https://npm.pkg.github.com/kwizapp
Otherwise npm
will not know here to pull the package from.
Login to Github with a Token
To install packages locally, you need to be logged in to Github with a Personal Access Token (PAT). The PAT requires at least repo
and read:packages
capabilities.
npm install @kwizapp/prettier-config
npm install @kwizapp/eslint-config-js
npm install @kwizapp/eslint-config-ts
npm install @kwizapp/eslint-config-ts-react