Skip to content

Commit

Permalink
chore: try fix pipeline linting
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDITP committed Nov 20, 2024
1 parent e325381 commit 11d70e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Meta, moduleMetadata, StoryObj } from '@storybook/angular';
import { TilburgButton, TilburgComponentsModule } from '@tilburg/component-library-angular';
import { TilburgButton } from 'src/components';
import { TilburgComponentsModule } from 'src/index.module';

export default {
title: 'Tilburg Angular Components/Article',
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library-angular/tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"linterOptions": {
"exclude": ["**/*.js", "*.mjs"]
"exclude": ["**/*.js", "*.mjs", "**/*.stories.ts"]
}
}

0 comments on commit 11d70e4

Please sign in to comment.