Skip to content

Commit

Permalink
chore(dependencies): update lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Sep 30, 2019
1 parent 8ec3857 commit d3b602b
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 174 deletions.
26 changes: 10 additions & 16 deletions package.json
Expand Up @@ -39,21 +39,15 @@
}
},
"lint-staged": {
"linters": {
"*.js": [
"prettier --write",
"eslint --fix",
"stylelint",
"git add"
],
"*.json": [
"prettier --write",
"git add"
]
},
"concurrent": false,
"ignore": [
"**/package.json"
"*.js": [
"prettier --write",
"eslint --fix",
"stylelint",
"git add"
],
"*.json": [
"prettier --write",
"git add"
]
},
"scripts": {
Expand Down Expand Up @@ -169,7 +163,7 @@
"jest-css-modules": "2.1.0",
"jest-fetch-mock": "2.1.2",
"jest-styled-components": "6.3.3",
"lint-staged": "8.1.7",
"lint-staged": "9.4.0",
"mock-socket": "8.0.5",
"prettier": "1.18.2",
"react-hot-loader": "4.8.4",
Expand Down

0 comments on commit d3b602b

Please sign in to comment.