Skip to content
/ base-es6-template Public template

Template - ES6 - JS - Common Config Files - ESLint - Prettier

Notifications You must be signed in to change notification settings

w4rlock/base-es6-template

Repository files navigation

npm version npm downloads

Installation

Click On Green Button "Use this template".

Features

  • Eslint Config: AirBnB

  • Eslint Plugins: Prettier

  • Git Hooks: Husky

  • Pre Commit: lint-staged

  • Commit Lint: commitlint

  • Change Log: standard version

Fix

git add .
npm run precommit
git commit -m 'fix: some fix file'
npm run release:patch

Minor change

git add .
npm run precommit
git commit -m 'feat: some change'
npm run release:minor

Major change

git add .
npm run precommit
git commit -m 'feat: large changes '
npm run release:major

About

Template - ES6 - JS - Common Config Files - ESLint - Prettier

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published