Skip to content

Commit

Permalink
fix: lint examples
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Oct 29, 2024
1 parent a0db46c commit 19d3003
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ const defaults = {
'src/**/*.{js,ts}',
'tasks/**/*.{js,ts}',
'benchmarks/**/*.{js,ts}',
'!benchmarks/**/node_modules/**'
'utils/**/*.{js,ts}',
'!**/node_modules/**'
'!**/node_modules/**',
'examples/**/*.{js,ts}',
'!examples/**/node_modules/**'
]
},
// docs cmd options
Expand Down

0 comments on commit 19d3003

Please sign in to comment.