Skip to content

Commit

Permalink
fix: add node env to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 12, 2021
1 parent e909c55 commit d21b0f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ module.exports = {
plugins: ['import', 'jest'],
reportUnusedDisableDirectives: true,
overrides: [
{
files: ['*.config.{js,ts}'],
env: {
node: true,
},
},
{
files: ['**/__tests__/**/*.{js,jsx,ts,tsx}', '*.test.{js,jsx,ts,tsx}'],
env: {
Expand Down

0 comments on commit d21b0f9

Please sign in to comment.