Skip to content

Commit

Permalink
Merge pull request #6 from brainylab/v3
Browse files Browse the repository at this point in the history
fix(typescript-rule): atualizado a regra do eslint para o typescript …
  • Loading branch information
andrefelipeschulle authored Aug 20, 2024
2 parents 1228454 + 46f2796 commit 6bd4534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.6.3",
"version": "2.6.4",
"description": "ESLint config for BrainyLab projects",
"keywords": [
"eslint",
Expand Down
3 changes: 2 additions & 1 deletion src/presets/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export const base = [
{
name: 'no default exports exceptions',
files: [
'src/app/**/{page,layout,template,loading,error}.tsx',
'src/app/**/{page,layout,template,loading,error,robots,sitemaps}.tsx',
'src/app/**/{robots,sitemaps}.ts',
'*.config.{ts,js,mjs,cjs}',
'**/*.config.{ts,js,mjs,cjs}',
'*.d.ts',
Expand Down

0 comments on commit 6bd4534

Please sign in to comment.