Skip to content

Commit

Permalink
chore: ignore env file
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky authored Mar 22, 2024
1 parent a9d015a commit e33876f
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 @@ -20,5 +20,5 @@ module.exports = {
tryExtensions: ['.js', '.json', '.node', '.ts'],
},
},
ignorePatterns: ['dist', '*.cjs'],
ignorePatterns: ['dist', '*.cjs', 'env.d.ts'],
};

0 comments on commit e33876f

Please sign in to comment.