Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
version
script that bumps version inmanifest-*.json
files: closes Handle browser-specific manifest when bumping version #27web-ext
to build and lint extension: closes Use web-ext ? #7shx
andcross-env-shell
for ×OSes compatibility as part of Linting + CI + auto deployment #10_all
to only move a11y.cssdist/
files and not rely onrename
andtemp/
anymore.a11y-*.css.map
.Upstream
I couldn't find a way to disable
no-unsanitized
linter rules usingweb-ext lint
, but it worked fine usingaddons-linter --disable-linter-rules
. I opened an issue upstream but might end up usingaddons-linter
directly, since it's installed anyway.FWIW there's also an issue when running
web-ext run
for Firefox on Ubuntu, because it's installed via Snap. This is a known bug and there are workarounds but I'm not getting into it for now.