refactor: remove husky and lint-staged from package.json file

This commit is contained in:
Alexandre Nunes 2020-10-03 13:16:26 -03:00
parent d98882b208
commit f856be8c62

@ -11,16 +11,6 @@
"test:verbose": "jest --passWithNoTests --runInBand",
"test:watch": "npm run test -- --watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/asnunes/mathml-to-latex.git"