Skip to content

Commit

Permalink
Remove randomly added custom global
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 2, 2025
1 parent 3ab4c60 commit 8ddadbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@

const globals = require("globals");

const customGlobals = {
TomSelect: "readable",
};

module.exports = [{
languageOptions: {
globals: {
...customGlobals,
...globals.jquery,
...globals.node,
},
Expand Down

0 comments on commit 8ddadbc

Please sign in to comment.