diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2024-06-05 13:41:07 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-06-05 20:02:46 +0000 |
commit | 8d5c354fdf9bc8b59af40410ef7ffdf648f72d83 (patch) | |
tree | 11a3bba53d75539303b4454ef04064ba139196f1 /server/sonar-web/yarn.lock | |
parent | e4c7354ca17f167c71bde3c72451162acc732940 (diff) | |
download | sonarqube-8d5c354fdf9bc8b59af40410ef7ffdf648f72d83.tar.gz sonarqube-8d5c354fdf9bc8b59af40410ef7ffdf648f72d83.zip |
NO-JIRA Add typescript-sort-keys eslint rules (#11209)
Diffstat (limited to 'server/sonar-web/yarn.lock')
-rw-r--r-- | server/sonar-web/yarn.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/server/sonar-web/yarn.lock b/server/sonar-web/yarn.lock index a63a10564b4..0f29b3d97d7 100644 --- a/server/sonar-web/yarn.lock +++ b/server/sonar-web/yarn.lock @@ -6025,6 +6025,7 @@ __metadata: eslint-plugin-react: "npm:7.33.2" eslint-plugin-react-hooks: "npm:4.6.0" eslint-plugin-testing-library: "npm:6.2.0" + eslint-plugin-typescript-sort-keys: "npm:3.2.0" formik: "npm:2.4.5" fs-extra: "npm:11.2.0" http-proxy: "npm:1.18.1" @@ -8878,6 +8879,21 @@ __metadata: languageName: node linkType: hard +"eslint-plugin-typescript-sort-keys@npm:3.2.0": + version: 3.2.0 + resolution: "eslint-plugin-typescript-sort-keys@npm:3.2.0" + dependencies: + "@typescript-eslint/experimental-utils": "npm:^5.0.0" + json-schema: "npm:^0.4.0" + natural-compare-lite: "npm:^1.4.0" + peerDependencies: + "@typescript-eslint/parser": ^6 || ^7 + eslint: ^7 || ^8 + typescript: ^3 || ^4 || ^5 + checksum: 10/6ef3273ed1a0a1c60dd6750b4c9884f6c43668f552021d622492c26f2f2d8f7d86ca7f9fbfff23e3b756854bf1014e5f8e690eddccfb6ad569987b88650a9d55 + languageName: node + linkType: hard + "eslint-scope@npm:^5.1.1": version: 5.1.1 resolution: "eslint-scope@npm:5.1.1" |