Skip to content

Commit f53ba07

Browse files
authored
chore: Public interfaces contract (#156)
1 parent 2738c1f commit f53ba07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default tsEslint.config(
5050
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],
5151
"@typescript-eslint/no-explicit-any": "off",
5252
"@cloudscape-design/build-tools/react-server-components-directive": "error",
53+
"@cloudscape-design/build-tools/no-internal-in-public-interfaces": "error",
5354
"react/display-name": "off",
5455
"react/no-danger": "error",
5556
"react/no-unstable-nested-components": ["error", { allowAsProps: true }],

0 commit comments

Comments
 (0)