Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 417e9e0

Browse files
committed
chore: update eslint config
1 parent 8bfa5e6 commit 417e9e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.eslintrc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"@typescript-eslint/interface-name-prefix": "off",
3535
"@typescript-eslint/explicit-function-return-type": "off",
3636
"@typescript-eslint/no-explicit-any": "off",
37-
"prettier/prettier": ["error", { "singleQuote": true }]
37+
"@typescript-eslint/indent": "off",
38+
"prettier/prettier": ["error", {}, { "usePrettierrc": true }],
39+
"react/jsx-wrap-multilines": [
40+
"error",
41+
{ "declaration": false, "assignment": false }
42+
]
3843
}
3944
}

0 commit comments

Comments
 (0)