1. vusion-hooks
Git hooks for developing Vusion repositories
vusion-hooks
Package: vusion-hooks
Created by: vusion
Last modified: Tue, 28 Jun 2022 21:10:43 GMT
Version: 0.3.0
License: MIT
Downloads: 79
Repository: https://github.com/vusion/vusion-hooks

Install

npm install vusion-hooks
yarn add vusion-hooks

Vusion Hooks

Lint files before committing.

Usage

 npm i -D husky vusion-hooks

Add following scripts in package.json:

 "scripts": {
  "precommit": "node node_modules/vusion-hooks/precommit"
},

Make sure eslint or stylelint installed and .eslintrc or .stylelintrc in current directory.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin