Skip to content

Commit

Permalink
chore: fix internal lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 1, 2024
1 parent a87f92d commit af35d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const baseConfig = [
'sponsorkit/**',
'node_modules/**',
'coverage/**',
'**/public/**'
'**/public/**',
],
rules: {
'curly': ['error', 'all'],
Expand Down

0 comments on commit af35d2f

Please sign in to comment.