Skip to content

Commit 2eba7a2

Browse files
Bump eslint-config-standard from 17.0.0 to 17.1.0 (#543)
* Bump eslint-config-standard from 17.0.0 to 17.1.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 17.0.0 to 17.1.0. - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](standard/eslint-config-standard@v17.0.0...v17.1.0) --- updated-dependencies: - dependency-name: eslint-config-standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Remove newline to satisfy new rule --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Kingston <[email protected]>
1 parent 953f186 commit 2eba7a2

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@typescript-eslint/eslint-plugin": "^5.59.6",
6565
"@typescript-eslint/parser": "^5.59.8",
6666
"eslint": "^8.40.0",
67-
"eslint-config-standard": "^17.0.0",
67+
"eslint-config-standard": "^17.1.0",
6868
"eslint-plugin-import": "^2.27.5",
6969
"eslint-plugin-node": "^11.1.0",
7070
"eslint-plugin-promise": "^6.1.1",

src/trackers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* Check if the current document origin is on the tracker list, using the provided lookup trie.
43
* @param {object} trackerLookup Trie lookup of tracker domains

0 commit comments

Comments
 (0)