Make the linter happy again
This commit is contained in:
parent
ca861e2727
commit
07d7b0cad4
3 changed files with 15 additions and 15 deletions
|
@ -11,7 +11,7 @@ git submodule init || die
|
||||||
git submodule update --remote --depth 1 src/_locales || die
|
git submodule update --remote --depth 1 src/_locales || die
|
||||||
|
|
||||||
print Y "Installing dependencies..."
|
print Y "Installing dependencies..."
|
||||||
npm install || die
|
npm install --legacy-peer-deps || die
|
||||||
|
|
||||||
print Y "Running tests..."
|
print Y "Running tests..."
|
||||||
npm test
|
npm test
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"addons-linter": "^1.3.2",
|
"addons-linter": "^3.23.0",
|
||||||
"ajv": "^6.6.3",
|
"ajv": "^6.6.3",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"eslint": "^6.6.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-plugin-no-unsanitized": "^2.0.0",
|
"eslint-plugin-no-unsanitized": "^4.0.0",
|
||||||
"eslint-plugin-promise": "^3.4.0",
|
"eslint-plugin-promise": "^5.2.0",
|
||||||
"htmllint-cli": "0.0.7",
|
"htmllint-cli": "0.0.7",
|
||||||
"json": ">=10.0.0",
|
"json": ">=10.0.0",
|
||||||
"mocha": "^6.2.2",
|
"mocha": "^6.2.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue