Skip to content

Commit

Permalink
πŸ’š Fix Dev-Build | changed eslint no-undef to entire file scope
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbernhart committed Aug 23, 2021
1 parent d790339 commit caa8540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// eslint-disable-next-line no-undef
/* eslint-disable no-undef */
console.log(browser)
window.browser = browser

0 comments on commit caa8540

Please sign in to comment.