Skip to content

Commit 03915d6

Browse files
committed
chore: add .lintstagedrc.json to kleros-app workspace for linting
1 parent cb16e31 commit 03915d6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

kleros-app/.lintstagedrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"*.{js,jsx,ts,tsx}": [
3+
"eslint --fix --no-error-on-unmatched-pattern",
4+
"prettier --write --no-error-on-unmatched-pattern"
5+
]
6+
}

0 commit comments

Comments
 (0)