Skip to content

Commit de8e588

Browse files
authored
Replaced lint-staged by pretty-quick (#33)
1 parent c1a51fb commit de8e588

File tree

3 files changed

+509
-865
lines changed

3 files changed

+509
-865
lines changed

.lintstagedrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build-storybook": "build-storybook",
1818
"cover": "coveralls < coverage/lcov.info",
1919
"lint": "tslint -c tslint.json 'src/**/*.ts*'",
20-
"precommit": "lint-staged",
20+
"precommit": "pretty-quick --staged",
2121
"prettier": "prettier \"./*.+(js|json|md)\" \"./src/**/*.*\" --write",
2222
"storybook": "start-storybook -p 6006",
2323
"test": "jest --runInBand --config jest.config.json",
@@ -49,8 +49,8 @@
4949
"jest": "^22.0.5",
5050
"jest-junit": "^3.6.0",
5151
"jest-styled-components": "^5.0.1",
52-
"lint-staged": "^7.0.5",
5352
"prettier": "^1.11.1",
53+
"pretty-quick": "^1.4.1",
5454
"react": "^16.2.0",
5555
"react-dom": "^16.2.0",
5656
"styled-components": "^3.2.3",

0 commit comments

Comments
 (0)