Skip to content

Commit

Permalink
🔧 config(xo): Explicit config for react/jsx-curly-brace-presence.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 2, 2022
1 parent 792fdad commit 8d4151f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -220,6 +220,7 @@
"ignoreCase": false
}
],
"react/jsx-curly-brace-presence": ["error", { "props": "never", "children": "never", "propElementValues": "always" }],
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/consistent-type-assertions": "off",
"@typescript-eslint/no-unsafe-argument": "off",
Expand Down

0 comments on commit 8d4151f

Please sign in to comment.