Skip to content

Common config files for the kwiz organization

Notifications You must be signed in to change notification settings

kwizapp/kwiz-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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