Skip to content

Commit

Permalink
fix: ignore astro env file
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky committed Jan 16, 2024
1 parent b8a5bd7 commit 5845d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports = {
sourceType: 'module',
project: ['./tsconfig.json', './packages/web/tsconfig.json', './packages/api/tsconfig.json'],
},
ignorePatterns: ['dist', 'examples', '*.cjs', 'jest.*.js'],
ignorePatterns: ['dist', 'examples', '*.cjs', 'jest.*.js', 'env.d.ts'],
};

0 comments on commit 5845d6f

Please sign in to comment.