Make the linter happy again

This commit is contained in:
Andrea Marchesini 2021-12-03 11:37:48 +01:00 committed by Lesley Norton
parent ca861e2727
commit 07d7b0cad4
No known key found for this signature in database
GPG key ID: E98FBAEE3F13956E
3 changed files with 15 additions and 15 deletions

View file

@ -11,7 +11,7 @@ git submodule init || die
git submodule update --remote --depth 1 src/_locales || die
print Y "Installing dependencies..."
npm install || die
npm install --legacy-peer-deps || die
print Y "Running tests..."
npm test

View file

@ -9,12 +9,12 @@
},
"dependencies": {},
"devDependencies": {
"addons-linter": "^1.3.2",
"addons-linter": "^3.23.0",
"ajv": "^6.6.3",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-plugin-no-unsanitized": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint": "^7.32.0",
"eslint-plugin-no-unsanitized": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"htmllint-cli": "0.0.7",
"json": ">=10.0.0",
"mocha": "^6.2.2",