Skip to content

Commit

Permalink
remove storyshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 11, 2023
1 parent dd24dae commit ac7dad0
Show file tree
Hide file tree
Showing 121 changed files with 4 additions and 4,223 deletions.
2 changes: 0 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
/code/addons/links/ @yannbf @JReinhold
/code/addons/measure/ @yannbf @valentinpalkovic
/code/addons/outline/ @yannbf @valentinpalkovic
/code/addons/storyshots-core/ @ndelangen
/code/addons/storyshots-puppeteer/ @ndelangen
/code/addons/storysource/ @ndelangen
/code/addons/toolbars/ @ndelangen @JReinhold
/code/addons/viewport/ @yannbf @ndelangen
Expand Down
8 changes: 1 addition & 7 deletions code/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,7 @@ module.exports = {
},
},
{
files: [
'**/__tests__/**',
'**/__testfixtures__/**',
'**/*.test.*',
'**/*.stories.*',
'**/storyshots-*/**/stories/**',
],
files: ['**/__tests__/**', '**/__testfixtures__/**', '**/*.test.*', '**/*.stories.*'],
rules: {
'@typescript-eslint/no-empty-function': 'off',
'import/no-extraneous-dependencies': 'off',
Expand Down
2 changes: 0 additions & 2 deletions code/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ logFilters:
level: discard
- code: YN0076
level: discard
- level: discard
pattern: '@workspace:addons/storyshots-*/'

nodeLinker: node-modules

Expand Down
1 change: 0 additions & 1 deletion code/addons/controls/template/stories/basics.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@ export const Defined = {
// parameters: {
// docs: { disable: true },
// chromatic: { disable: true },
// storyshots: { disable: true },
// },
// };
12 changes: 0 additions & 12 deletions code/addons/storyshots-core/.eslintrc.js

This file was deleted.

Loading

0 comments on commit ac7dad0

Please sign in to comment.