Skip to content

Commit

Permalink
chore(eslint): Remove unused globals
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwild authored and marcbachmann committed Jul 10, 2024
1 parent f960698 commit d5a12a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,8 @@ module.exports = [
languageOptions: {
globals: toNewGlobalsConfig({
...globals.browser,
...globals.node,
...globals.jasmine,
document: false,
navigator: false,
window: false,
expect: true,
test: true,
sinon: true,
angular: true
...globals.node
}),

ecmaVersion: 2021,
Expand Down

0 comments on commit d5a12a0

Please sign in to comment.