diff --git a/package.json b/package.json index 93f2a74a2..854021a71 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:minify-browser": "terser dist/browser-matrix.js --compress --mangle --source-map --output dist/browser-matrix.min.js", "gendoc": "jsdoc -c jsdoc.json -P package.json", "lint": "yarn lint:types && yarn lint:js", - "lint:js": "eslint --max-warnings 57 src spec", + "lint:js": "eslint --max-warnings 7 src spec", "lint:js-fix": "eslint --fix src spec", "lint:types": "tsc --noEmit", "test": "jest", diff --git a/yarn.lock b/yarn.lock index 2a60c66a1..563a8e3ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2984,8 +2984,8 @@ eslint-config-google@^0.14.0: integrity sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw== "eslint-plugin-matrix-org@github:matrix-org/eslint-plugin-matrix-org#main": - version "0.3.2" - resolved "https://codeload.github.com/matrix-org/eslint-plugin-matrix-org/tar.gz/8529f1d77863db6327cf1a1a4fa65d06cc26f91b" + version "0.3.3" + resolved "https://codeload.github.com/matrix-org/eslint-plugin-matrix-org/tar.gz/50d6bdf6704dd95016d5f1f824f00cac6eaa64e1" eslint-rule-composer@^0.3.0: version "0.3.0"