Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
chore(package): Configure lint-staged.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Apr 19, 2019
1 parent 76e2d0f commit ca70c3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"typescript"
],
"license": "MIT",
"lint-staged": {
"*.{js,ts}": ["prettier --write", "git add"]
},
"main": "./dist/index.js",
"module": "./dist/esm5/index.js",
"name": "ts-action-operators",
Expand Down

0 comments on commit ca70c3a

Please sign in to comment.