mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-07 14:47:49 +02:00
Compare commits
3 Commits
509445bc05
...
1d0d2028a4
Author | SHA1 | Date | |
---|---|---|---|
1d0d2028a4 | |||
a95a662135 | |||
33265354aa |
@ -73,7 +73,7 @@ repos:
|
|||||||
|
|
||||||
# GitHub Actions etc. configuration validity checking
|
# GitHub Actions etc. configuration validity checking
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.31.2
|
rev: 0.31.3
|
||||||
hooks:
|
hooks:
|
||||||
#- id: check-jsonschema
|
#- id: check-jsonschema
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
|
@ -97,6 +97,13 @@
|
|||||||
"https://www.eff.org/files/effdntlist.txt",
|
"https://www.eff.org/files/effdntlist.txt",
|
||||||
"block-lan",
|
"block-lan",
|
||||||
"ublock-annoyances",
|
"ublock-annoyances",
|
||||||
|
"adguard-cookies",
|
||||||
|
"ublock-cookies-adguard",
|
||||||
|
"adguard-mobile-app-banners",
|
||||||
|
"adguard-other-annoyances",
|
||||||
|
"adguard-popup-overlays",
|
||||||
|
"adguard-widgets",
|
||||||
|
"https://secure.fanboy.co.nz/fanboy-annoyance.txt",
|
||||||
"https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt"
|
"https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -119,7 +126,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"parseAllABPHideFilters",
|
"parseAllABPHideFilters",
|
||||||
"false"
|
"true"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"suspendUntilListsAreLoaded",
|
"suspendUntilListsAreLoaded",
|
||||||
|
@ -56,6 +56,13 @@
|
|||||||
"https://www.eff.org/files/effdntlist.txt",
|
"https://www.eff.org/files/effdntlist.txt",
|
||||||
"block-lan",
|
"block-lan",
|
||||||
"ublock-annoyances",
|
"ublock-annoyances",
|
||||||
|
"adguard-cookies",
|
||||||
|
"ublock-cookies-adguard",
|
||||||
|
"adguard-mobile-app-banners",
|
||||||
|
"adguard-other-annoyances",
|
||||||
|
"adguard-popup-overlays",
|
||||||
|
"adguard-widgets",
|
||||||
|
"https://secure.fanboy.co.nz/fanboy-annoyance.txt",
|
||||||
"https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt"
|
"https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -78,7 +85,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"parseAllABPHideFilters",
|
"parseAllABPHideFilters",
|
||||||
"false"
|
"true"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"suspendUntilListsAreLoaded",
|
"suspendUntilListsAreLoaded",
|
||||||
|
2
package.json
vendored
2
package.json
vendored
@ -8,6 +8,6 @@
|
|||||||
"prettier-plugin-sh": "0.15.0",
|
"prettier-plugin-sh": "0.15.0",
|
||||||
"prettier-plugin-toml": "2.0.2"
|
"prettier-plugin-toml": "2.0.2"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
|
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
|
||||||
"prettier": "@aminda/global-prettier-config"
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user