kwizapp / kwiz-dotfiles

Common config files for the kwiz organization
0 stars 0 forks source link

kwiz-dotfiles

This repository holds the configuration files for prettier and eslint that should be used in every project.

General

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.

@kwizapp/prettier-config

npm install @kwizapp/prettier-config

go to README

@kwizapp/eslint-config-js

npm install @kwizapp/eslint-config-js

go to README

@kwizapp/eslint-config-ts

npm install @kwizapp/eslint-config-ts

go to README

@kwizapp/eslint-config-ts-react

npm install @kwizapp/eslint-config-ts-react

go to README