Skip to content

Commit

Permalink
Drop explicit Intl global in lint config now that globals is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
qubyte committed May 5, 2024
1 parent 98676f2 commit 98f05c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default [
},
{
files: ['index.js', 'lib/**/*.js', 'tests/**/*.js', 'scripts/**/*.js', 'plugins/**/*.js', 'functions/**/*.js'],
languageOptions: { globals: { ...globals.nodeBuiltin, Intl: true } }
languageOptions: { globals: globals.nodeBuiltin }
},
{
files: ['scripts/**/*.js', 'plugins/**/*.js'],
Expand Down

0 comments on commit 98f05c6

Please sign in to comment.