Skip to content

Commit

Permalink
Configure fetch global
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 12, 2023
1 parent 5f9ae19 commit 62fb064
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
module.exports = require('@jgarber/eslint-config');
const config = require('@jgarber/eslint-config');

module.exports = [
...config,
{
files: ['lib/**/*.js'],
languageOptions: {
globals: {
fetch: 'readonly'
}
}
}
];

0 comments on commit 62fb064

Please sign in to comment.