WelcomePrivate Registry🔒 Code Challenge
Boilerplates
Code Linting
Github Actions
Styled
🔒 Local Setup
🔒 Server Setup
Prettier config
Installation
npm i @madebywild/prettier-config prettier --save-dev
Then, edit your projects package.json
:
{"prettier": "@madebywild/prettier-config"}
How to bump version
Install np
from https://github.com/sindresorhus/np
npm run release
Rules
module.exports = {printWidth: 120,tabWidth: 2,singleQuote: false,semi: true,bracketSpacing: true,trailingComma: "es5",};