Skip to content

Commit

Permalink
chore(deps-dev): Bump lint-staged from 8.2.1 to 9.0.1 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 2, 2019
1 parent d6eb2fc commit 510173d
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 168 deletions.
31 changes: 13 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,18 @@
}
},
"lint-staged": {
"globOptions": {
"matchBase": false
},
"linters": {
"**/*.js": [
"eslint --fix",
"git add"
],
"**/*.{md,ts,tsx}": [
"prettier --write",
"git add"
],
"README.md": [
"doctoc",
"git add"
]
}
"*.js": [
"eslint --fix",
"git add"
],
"*.{md,ts,tsx}": [
"prettier --write",
"git add"
],
"/README.md": [
"doctoc",
"git add"
]
},
"prettier": {
"printWidth": 79,
Expand Down Expand Up @@ -121,7 +116,7 @@
"eslint-plugin-react": "^7.12.4",
"husky": "^3.0.0",
"jest": "^24.7.1",
"lint-staged": "^8.1.5",
"lint-staged": "^9.0.1",
"p-defer": "^3.0.0",
"prettier": "^1.17.0",
"react": "^16.8.6",
Expand Down

0 comments on commit 510173d

Please sign in to comment.