Skip to content

Commit

Permalink
Alphabetized JS globals for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Dec 1, 2024
1 parent ef1a3e8 commit dca6eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default [
languageOptions: {
ecmaVersion: 'latest', sourceType: 'script',
globals: {
...globals.browser, ...globals.node, ...globals.greasemonkey,
chatgpt: 'readonly', chrome: 'readonly', config: 'writable', dom: 'readonly', settings: 'writable'
...globals.browser, ...globals.greasemonkey, ...globals.node, chatgpt: 'readonly', chrome: 'readonly',
config: 'writable', dom: 'readonly', settings: 'writable'
}
},
plugins: { regexp, 'js-styles': stylisticJS },
Expand Down

0 comments on commit dca6eb7

Please sign in to comment.