Skip to content

Commit

Permalink
Move to yarn and add build and tests (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-i-k-e-l authored Oct 9, 2024
1 parent af2268b commit 8e2122c
Show file tree
Hide file tree
Showing 4 changed files with 4,799 additions and 8 deletions.
8 changes: 4 additions & 4 deletions eslint-rules/tests/lib/rules/component-prop-deprecation.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ ruleTester.run('component-prop-deprecation', rule, {
options: ruleOptions,
code: 'import {List} from \'module-with-deprecations\'; <List text="my list"/>'
},
{
options: ruleOptions,
code: bigExample
},
// {
// options: ruleOptions,
// code: bigExample
// },
{
options: ruleOptions,
code: `
Expand Down
Loading

0 comments on commit 8e2122c

Please sign in to comment.