Skip to content

Commit 77f8676

Browse files
committed
chore: update eslint and configs, remove eclint
1 parent 9ede38c commit 77f8676

File tree

4 files changed

+691
-4006
lines changed

4 files changed

+691
-4006
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,14 @@ jobs:
2121
cache: 'npm'
2222
- run: npm ci --no-audit
2323
- run: npm run lint:css
24-
lint-editorconfig:
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v3
28-
- uses: actions/setup-node@v3
29-
with:
30-
node-version: 'lts/*'
31-
cache: 'npm'
32-
- run: npm ci --no-audit
33-
- run: npm run lint:ec
3424
lint-webext:
3525
runs-on: ubuntu-latest
3626
steps:
3727
- uses: actions/checkout@v3
3828
- uses: freaktechnik/web-ext-lint@v1
3929
test:
4030
runs-on: ubuntu-latest
41-
needs: [ lint-js, lint-css, lint-editorconfig, lint-webext ]
31+
needs: [ lint-js, lint-css, lint-webext ]
4232
steps:
4333
- uses: actions/checkout@v3
4434
- uses: actions/setup-node@v3

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"applications": {
2+
"browser_specific_settings": {
33
"gecko": {
44
"strict_min_version": "64.0",
55
"id": "{8d4b86c5-64bf-4780-b029-0112386735ab}"

0 commit comments

Comments
 (0)