Skip to content

Commit

Permalink
Chores/318 update eslint (#335)
Browse files Browse the repository at this point in the history
* #318 EsLint Update plus General Actions Update

* #318 intent issue and dep update

* #318: restrict eslint scope and general update

---------

Co-authored-by: Douglas Midgley <douglas.midgley@accenture.com>
  • Loading branch information
DougMidgley and Douglas Midgley authored Jul 1, 2024
1 parent 8ca3988 commit c3b3187
Show file tree
Hide file tree
Showing 7 changed files with 191 additions and 116 deletions.
2 changes: 1 addition & 1 deletion @types/auth.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @types/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @types/rest.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @types/soap.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default [
ecmaVersion: 2022,
sourceType: 'module',
globals: {
...globals.node,
...globals.nodeBuiltin,
...globals.mocha,
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
Expand Down
Loading

0 comments on commit c3b3187

Please sign in to comment.