Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): bump eslint-config-xo from 0.43.1 to 0.44.0 (#76)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump eslint-config-xo from 0.43.1 to 0.44.0

Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.43.1 to 0.44.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.43.1...v0.44.0)

---
updated-dependencies:
- dependency-name: eslint-config-xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* style: object-curly-newline in ESLint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: piquark6046 <[email protected]>
  • Loading branch information
dependabot[bot] and piquark6046 authored Feb 12, 2024
1 parent d8204d3 commit b782bae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"acorn-walk": "^8.3.0",
"esbuild": "^0.20.0",
"eslint": "^8.54.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo": "^0.44.0",
"eslint-config-xo-typescript": "^2.0.0",
"playwright": "^1.40.0",
"typescript": "^5.3.2"
Expand Down
4 changes: 3 additions & 1 deletion sources/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import {basedrop} from './loaders/basedrop.js';
import {tinywave} from './loaders/ztinywave.js';
import {documentReady, getCallStack, makeProxy, makeProxyError, makeUnsafeProxy, makeInlineProxy} from './utils.js';
import {
documentReady, getCallStack, makeProxy, makeProxyError, makeUnsafeProxy, makeInlineProxy,
} from './utils.js';
import {adShieldOriginCheck, adShieldStrictCheck} from './call-validators/suites.js';
import {adShieldCallAnalyzer, knownAdShieldOrigins} from './call-validators/analyzers.js';
import {isAdShieldObj} from './obj-validators/index.js';
Expand Down

0 comments on commit b782bae

Please sign in to comment.