Skip to content

Commit

Permalink
fix: lint-staged config (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
laysent authored and hudochenkov committed Jul 24, 2019
1 parent d3718bd commit 2e3a438
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,13 @@
}
},
"lint-staged": {
"linters": {
"*.js": [
"prettier --write",
"eslint --max-warnings=0 --fix",
"git add"
],
"*.md": [
"remark --quiet --frail"
]
},
"ignore": [
"lib/utils/parseCalcExpression/parser.js"
"*.js": [
"prettier --write",
"eslint --max-warnings=0 --fix",
"git add"
],
"*.md": [
"remark --quiet --frail"
]
},
"eslintConfig": {
Expand Down

0 comments on commit 2e3a438

Please sign in to comment.