Skip to content

Commit

Permalink
chore: remove lint-staged configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyO256 committed Apr 3, 2020
1 parent 6e72266 commit b52a50e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@
"test:watch": "mocha --watch-extensions ts --watch",
"coverage": "nyc npm run test"
},
"lint-staged": {
"*.ts": [
"tslint --force --format verbose",
"git add"
],
"*.md": [
"markdown-toc -i",
"markdownlint",
"git add"
]
},
"keywords": [
"find-files",
"find-up",
Expand Down

0 comments on commit b52a50e

Please sign in to comment.