Build Code style and validation, Git commit specification, quickly and fully automated!
npm install vue-cli-plugin-normBuild Code style and validation, Git commit specification, quickly and fully automated! support Vue & React.
English / 简体中文
Now code validation support vue2/3 + TypeScript.
Features: It is not validated at Commit, but every time if you Save File, auto fix style and validation rules.
Currently rely on Vue-cli, even if you're not using Vue.
```
npm install -g @vue/cliOR
yarn global add @vue/cli
``
vue add vue-cli-plugin-norm
new commit:
``
npm run c / npm run commit
commit log view:
``
npm run clog
alloyteam's Doc : ESlint reference Doc.

`
yarn remove commitizen commitlint conventional-changelog-cli husky right-pad
yarn remove babel-eslint eslint eslint-plugin-vue vue-eslint-parser eslint-config-alloy
`
delete commitlint.config.js .eslintrc.js .prettierrc.js` at your root directory.