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 2738c1f commit f53ba07Copy full SHA for f53ba07
1 file changed
eslint.config.mjs
@@ -50,6 +50,7 @@ export default tsEslint.config(
50
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],
51
"@typescript-eslint/no-explicit-any": "off",
52
"@cloudscape-design/build-tools/react-server-components-directive": "error",
53
+ "@cloudscape-design/build-tools/no-internal-in-public-interfaces": "error",
54
"react/display-name": "off",
55
"react/no-danger": "error",
56
"react/no-unstable-nested-components": ["error", { allowAsProps: true }],
0 commit comments