We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb16e31 commit 03915d6Copy full SHA for 03915d6
1 file changed
kleros-app/.lintstagedrc.json
@@ -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