From 3f236267d08fbc0dfbf0b637c53e24c3694f2498 Mon Sep 17 00:00:00 2001 From: Yassin Kammoun <52890329+yassin-kammoun-sonarsource@users.noreply.github.com> Date: Fri, 12 Feb 2021 10:20:15 +0100 Subject: [PATCH] Update README (#2488) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7137022ab..60b116bf52 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ This SonarSource project is a [static code analyser](https://en.wikipedia.org/wi # Features * Advanced rules based on pattern matching and control flow analysis -* [~220 rules for JavaScript](https://rules.sonarsource.com/javascript) and [~170 rules for TypeScript](https://rules.sonarsource.com/typescript) +* [~250 rules for JavaScript](https://rules.sonarsource.com/javascript) and [~240 rules for TypeScript](https://rules.sonarsource.com/typescript) * Compatible with ECMAScript 2015-2019 -* React JSX, Flow and Vue support for JavaScript +* React JSX, Flow and Vue support for JavaScript and TypeScript * Metrics (complexity, number of lines etc.) * Import of test coverage reports * Import of ESLint and TSLint issues