Skip to content

Commit

Permalink
fix(base-config): ajustes nas configurações base
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipeschulle committed Jun 27, 2024
1 parent 06dff44 commit 4a58059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config",
"version": "2.5.4",
"version": "2.5.5",
"description": "ESLint config for BrainyLab projects",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions src/presets/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export const base = [
name: 'no default exports exceptions',
files: [
'src/app/**/{page,layout,template}.tsx',
'*.config.{ts,js}',
'**/*.config.{ts,js}',
'*.config.{ts,js,mjs,cjs}',
'**/*.config.{ts,js,mjs,cjs}',
'*.d.ts',
'**/*.d.ts',
],
Expand Down

0 comments on commit 4a58059

Please sign in to comment.