Skip to content

Commit 703179b

Browse files
authored
Merge pull request element-hq#14810 from vector-im/jryans/cleanup-lint-deps
Remove redundant lint dependencies
2 parents 9d6adbc + 269e82e commit 703179b

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ module.exports = {
2020
"prefer-promise-reject-errors": "off",
2121
},
2222
}],
23-
}
23+
};

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,9 @@
101101
"cpx": "^1.3.2",
102102
"css-loader": "^3.3.2",
103103
"eslint": "7.3.1",
104-
"eslint-config-google": "^0.7.1",
105104
"eslint-config-matrix-org": "^0.1.2",
106105
"eslint-plugin-babel": "^4.1.2",
107106
"eslint-plugin-flowtype": "^2.50.3",
108-
"eslint-plugin-jest": "^23.0.4",
109107
"eslint-plugin-react": "^7.11.1",
110108
"eslint-plugin-react-hooks": "^2.2.0",
111109
"extract-text-webpack-plugin": "^4.0.0-beta.0",

yarn.lock

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,16 +1394,6 @@
13941394
eslint-scope "^5.0.0"
13951395
eslint-utils "^2.0.0"
13961396

1397-
"@typescript-eslint/experimental-utils@^2.5.0":
1398-
version "2.34.0"
1399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1400-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
1401-
dependencies:
1402-
"@types/json-schema" "^7.0.3"
1403-
"@typescript-eslint/typescript-estree" "2.34.0"
1404-
eslint-scope "^5.0.0"
1405-
eslint-utils "^2.0.0"
1406-
14071397
"@typescript-eslint/parser@^3.4.0":
14081398
version "3.7.0"
14091399
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.7.0.tgz#3e9cd9df9ea644536feb6e5acdb8279ecff96ce9"
@@ -1420,19 +1410,6 @@
14201410
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.7.0.tgz#09897fab0cb95479c01166b10b2c03c224821077"
14211411
integrity sha512-reCaK+hyKkKF+itoylAnLzFeNYAEktB0XVfSQvf0gcVgpz1l49Lt6Vo9x4MVCCxiDydA0iLAjTF/ODH0pbfnpg==
14221412

1423-
"@typescript-eslint/typescript-estree@2.34.0":
1424-
version "2.34.0"
1425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1426-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
1427-
dependencies:
1428-
debug "^4.1.1"
1429-
eslint-visitor-keys "^1.1.0"
1430-
glob "^7.1.6"
1431-
is-glob "^4.0.1"
1432-
lodash "^4.17.15"
1433-
semver "^7.3.2"
1434-
tsutils "^3.17.1"
1435-
14361413
"@typescript-eslint/typescript-estree@3.7.0":
14371414
version "3.7.0"
14381415
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.7.0.tgz#66872e6da120caa4b64e6b4ca5c8702afc74738d"
@@ -4069,11 +4046,6 @@ eslint-config-google@^0.14.0:
40694046
resolved "https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz#4f5f8759ba6e11b424294a219dbfa18c508bcc1a"
40704047
integrity sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==
40714048

4072-
eslint-config-google@^0.7.1:
4073-
version "0.7.1"
4074-
resolved "https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.7.1.tgz#5598f8498e9e078420f34b80495b8d959f651fb2"
4075-
integrity sha1-VZj4SY6eB4Qg80uASVuNlZ9lH7I=
4076-
40774049
eslint-config-matrix-org@^0.1.2:
40784050
version "0.1.2"
40794051
resolved "https://registry.yarnpkg.com/eslint-config-matrix-org/-/eslint-config-matrix-org-0.1.2.tgz#b5d7e193e4f3fc5041905967b53c5ddd6924c793"
@@ -4169,13 +4141,6 @@ eslint-plugin-import@^2.14.0:
41694141
resolve "^1.17.0"
41704142
tsconfig-paths "^3.9.0"
41714143

4172-
eslint-plugin-jest@^23.0.4:
4173-
version "23.13.2"
4174-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.13.2.tgz#7b7993b4e09be708c696b02555083ddefd7e4cc7"
4175-
integrity sha512-qZit+moTXTyZFNDqSIR88/L3rdBlTU7CuW6XmyErD2FfHEkdoLgThkRbiQjzgYnX6rfgLx3Ci4eJmF4Ui5v1Cw==
4176-
dependencies:
4177-
"@typescript-eslint/experimental-utils" "^2.5.0"
4178-
41794144
eslint-plugin-react-hooks@^2.2.0:
41804145
version "2.5.1"
41814146
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"

0 commit comments

Comments
 (0)