Skip to content

Commit

Permalink
ci: update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
devisscher authored and mathiusj committed Nov 6, 2023
1 parent 69b105c commit fb95a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@shopify/jsx-prefer-fragment-wrappers": "off",
"@shopify/no-ancestor-directory-import": "error",
"@shopify/react-prefer-private-members": "off",
"@typescript-eslint/array-type": ["error", {"defaultOption": "array"}],
"@typescript-eslint/array-type": ["error", {"default": "array"}],
"jsx-a11y/label-has-for": [
2,
{
Expand Down

0 comments on commit fb95a2b

Please sign in to comment.