Skip to content

Commit f360ebe

Browse files
authored
Remove Crossword component from dev kitchen (#2053)
* Remove crossword component from dev kitchen * Remove crossword from ESLint config * Add changeset
1 parent 2811059 commit f360ebe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+5
-8855
lines changed

.changeset/pretty-trees-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@guardian/source-development-kitchen': major
3+
---
4+
5+
Remove `Crossword` component. This has been superseded by the [`@guardian/react-crossword`](https://github.com/guardian/csnx/tree/main/libs/%40guardian/react-crossword) package.

libs/@guardian/source-development-kitchen/eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default [
77
'jest.dist.*', // depends on build output, so don't lint it
88
'.wireit',
99
'storybook-static',
10-
'src/react-components/crossword/vendor',
1110
],
1211
},
1312
...guardian.configs.recommended,

libs/@guardian/source-development-kitchen/src/react-components/crossword/@types/crossword.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

libs/@guardian/source-development-kitchen/src/react-components/crossword/Crossword.stories.tsx

Lines changed: 0 additions & 50 deletions
This file was deleted.

libs/@guardian/source-development-kitchen/src/react-components/crossword/Crossword.tsx

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)