Skip to content

Commit

Permalink
build: change rules for lint staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 8, 2018
1 parent 9f763b2 commit 7e29e20
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"tempfile": "^2.0.0"
},
"lint-staged": {
"*.js": "eslint",
"*.md": "eslint --rule indent: [error, 4] ."
"{src,test}*.js": "eslint",
"*.md": "eslint"
},
"ava": {
"require": [
Expand Down Expand Up @@ -124,8 +124,12 @@
"*.{html,jpg}"
],
"rules": {
"cli": ["off"],
"xo": ["off"]
"cli": [
"off"
],
"xo": [
"off"
]
}
}
}

0 comments on commit 7e29e20

Please sign in to comment.