We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b57ac commit 235939bCopy full SHA for 235939b
web/.eslintrc.json
@@ -60,7 +60,7 @@
60
"max-len": [
61
"warn",
62
{
63
- "code": 80
+ "code": 120
64
}
65
],
66
"react/prop-types": 0,
web/package.json
@@ -33,6 +33,7 @@
33
"generate-gql": "graphql-codegen",
34
"generate-hooks": "wagmi generate"
35
},
36
+ "prettier": "@kleros/kleros-v2-prettier-config",
37
"devDependencies": {
38
"@kleros/kleros-v2-eslint-config": "workspace:^",
39
"@kleros/kleros-v2-prettier-config": "workspace:^",
0 commit comments