Skip to content

Commit 35fde6e

Browse files
committed
build: enable web-ext linter for builds
1 parent 4ab9ef2 commit 35fde6e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"stylelint-no-unsupported-browser-features": "^5.0.1",
7777
"ts-loader": "^8.3.0",
7878
"typescript": "^4.5.2",
79-
"web-ext": "^6.6.0",
79+
"web-ext": "^6.8.0",
8080
"webpack": "^5.64.4",
8181
"webpack-cli": "^4.7.1"
8282
}

scripts/testBuildArchives.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
testDir=tests
66

7-
# At this time linting is disabled due to BUG https://github.com/mozilla/web-ext/issues/2245
8-
# If it will not fixed, we have to replace test tool
9-
# TODO: make this step optional and report about falls to TG/elsewhere by HTTP request with API key
10-
exit 0;
11-
127
for packageArchive in `find -maxdepth 1 -type f -name '*.zip' -print`;
138
do
149
unpackDir="$testDir/$(basename -s .zip "$packageArchive")"

0 commit comments

Comments
 (0)