Skip to content

Commit

Permalink
Remove unused globals
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Dec 16, 2023
1 parent 3a39ab0 commit a7f0a56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"node": true
},
"extends": ["eslint:recommended", "plugin:@stylistic/all-extends"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"ignorePatterns": ["node_modules", "*example.js"],
"parserOptions": {
"ecmaVersion": 2021,
Expand Down

0 comments on commit a7f0a56

Please sign in to comment.