Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Away0x committed Aug 18, 2020
1 parent ae9d83e commit 0cc0b34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 255 deletions.
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,6 @@
"last 1 safari version"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/*.{ts,tsx,js}": [
"prettier --write",
"exlint --ext .js --ext .tsx --ext .ts src/",
"git add"
],
"*src/*.{ts,tsx,js,json,html,yml,css,less,scss,md}": [
"prettier --write",
"git add"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
Expand All @@ -110,8 +94,6 @@
"react-scripts": "3.4.1",
"typescript": "~3.7.2",
"webpack-bundle-analyzer": "^3.8.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"pm2": "^4.4.0"
}
}
Loading

0 comments on commit 0cc0b34

Please sign in to comment.