Skip to content

Commit

Permalink
Disabled eslint task for staged files in e2e-utils until lint issues …
Browse files Browse the repository at this point in the history
…are addressed.
  • Loading branch information
alopezari committed Apr 21, 2022
1 parent d94bc5e commit 0fffa6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/js/e2e-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,5 @@
"build": "pnpm run clean && pnpm run compile",
"prepare": "pnpm run build",
"lint": "eslint src"
},
"lint-staged": {
"*.(t|j)s?(x)": [
"eslint --fix"
]
}
}

0 comments on commit 0fffa6c

Please sign in to comment.