Skip to content

Commit

Permalink
chore(package): Add lint-staged, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Jun 27, 2020
1 parent 9f6a450 commit 3c1b272
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 3 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"bent": "~7.3.6",
"chalk": "~4.1.0",
"glob": "~7.1.6",
"husky": "~4.2.5",
"lint-staged": "~10.2.11",
"prettier": "~2.0.5",
"prompts": "~2.3.2"
},
"description": "Report RxJS API usage to the core team",
Expand Down Expand Up @@ -48,6 +51,9 @@
"type": "git",
"url": "https://github.com/cartant/rxjs-report-usage.git"
},
"scripts": {},
"scripts": {
"prettier": "prettier --write \"./{bin,src,tests}/**/*.{js,json}\"",
"prettier:ci": "prettier --check \"./{bin,src,tests}/**/*.{js,json}\""
},
"version": "1.0.5"
}

0 comments on commit 3c1b272

Please sign in to comment.