Skip to content

Commit 235939b

Browse files
committed
chore: use correct prettier config
1 parent b4b57ac commit 235939b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"max-len": [
6161
"warn",
6262
{
63-
"code": 80
63+
"code": 120
6464
}
6565
],
6666
"react/prop-types": 0,

web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"generate-gql": "graphql-codegen",
3434
"generate-hooks": "wagmi generate"
3535
},
36+
"prettier": "@kleros/kleros-v2-prettier-config",
3637
"devDependencies": {
3738
"@kleros/kleros-v2-eslint-config": "workspace:^",
3839
"@kleros/kleros-v2-prettier-config": "workspace:^",

0 commit comments

Comments
 (0)