Skip to content

Commit

Permalink
feat: Ignore vdiff + target demos recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
GZolla authored Nov 27, 2024
2 parents 0e3edc4 + 43613c0 commit 0c062aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/lit.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const sortMemberRules = getSortMemberRules([

export default [
...browserConfig,
{
ignores: ['.vdiff']
},
{
plugins: { lit },
rules: {
Expand Down Expand Up @@ -70,7 +73,7 @@ export default [
'quotes': 0
}
}, {
'files': ['**/demo/*.html'],
'files': ['**/demo/**/*.html'],
'rules': {
'no-console': 0
}
Expand Down

0 comments on commit 0c062aa

Please sign in to comment.