chore(package): re-init package with commitizen and standard-release

This commit is contained in:
Pavel Pertsev
2018-05-16 12:54:46 +03:00
parent cb4e7a5643
commit eaf2328575
10640 changed files with 609660 additions and 117 deletions

18
node_modules/commitizen/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"extends": "standard",
"rules": {
"brace-style": 0,
"comma-dangle": 0,
"indent": 0,
"no-duplicate-imports": 0,
"no-multiple-empty-lines": 0,
"no-path-concat": 0,
"no-throw-literal": 0,
"no-trailing-spaces": 0,
"no-unused-vars": 0,
"operator-linebreak": 0,
"padded-blocks": 0,
"quotes": 0,
"semi": 0
}
}