Skip to content

Commit

Permalink
move lint-staged to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Alves committed Mar 31, 2020
1 parent a3395e2 commit feee562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"private": true,
"homepage": "/",
"dependencies": {
"fomantic-ui-css": "^2.8.4",
"lint-staged": "^10.1.0"
"fomantic-ui-css": "^2.8.4"
},
"lint-staged": {
"src/App/!(Guide)/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
Expand Down Expand Up @@ -47,7 +46,8 @@
"react-window": "^1.8.5",
"rebass": "^4.0.6",
"semantic-ui-react": "^0.88.2",
"styled-components": "^4.4.1"
"styled-components": "^4.4.1",
"lint-staged": "^10.1.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit feee562

Please sign in to comment.