Skip to content

Commit

Permalink
exclude build artefacts from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Jan 26, 2019
1 parent 7f70beb commit 5e929b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,12 @@
}
},
"lint-staged": {
"*.{ts,tsx,js,json,md}": [
"prettier --write",
"git add"
],
"linters": {
"*.{ts,tsx,js,json,md}": [
"prettier --write",
"git add"
]
},
"ignore": [
"**/dist/**/*.js",
"**/react-i18next.js",
Expand Down

0 comments on commit 5e929b5

Please sign in to comment.