andalugeeks / andaluh-js

Transliterate español (spanish) spelling to andaluz proposals using javascript
https://andaluh.es
GNU Lesser General Public License v3.0
27 stars 5 forks source link

Replace pre-commit by husky #3

Open eamador opened 5 years ago

eamador commented 5 years ago

Replace "pre-commit" by "husky"

https://github.com/typicode/husky

// package.json
{
  "husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test",
      "...": "..."
    }
  }
}

Suggestion coming from PR https://github.com/andalugeeks/andaluh-js/pull/2 by https://github.com/juanjoDiaz