Skip to content

Commit

Permalink
adding valid property back
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil1793 committed Nov 7, 2023
1 parent 407daf0 commit 3871816
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const mockFileComponentLibraryNamedImport = (name, snippet) => {
ruleTester.run('prefer-web-component-library', rule, {
// This rule should not trigger on application components, only React components
// from the `component-library`
valid: [
],
invalid: [
{
code: mockFile(
Expand Down

0 comments on commit 3871816

Please sign in to comment.