refactor: remove husky and lint-staged from package.json file
This commit is contained in:
parent
d98882b208
commit
f856be8c62
10
package.json
10
package.json
@ -11,16 +11,6 @@
|
|||||||
"test:verbose": "jest --passWithNoTests --runInBand",
|
"test:verbose": "jest --passWithNoTests --runInBand",
|
||||||
"test:watch": "npm run test -- --watch"
|
"test:watch": "npm run test -- --watch"
|
||||||
},
|
},
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "lint-staged"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"lint-staged": {
|
|
||||||
"*.{js,ts,tsx}": [
|
|
||||||
"eslint --fix"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/asnunes/mathml-to-latex.git"
|
"url": "git+https://github.com/asnunes/mathml-to-latex.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user