Skip to content

Commit 25d11ad

Browse files
Fix ruling and README
1 parent 776b27b commit 25d11ad

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This repository now hosts [eslint-plugin-sonarjs](packages/analysis/src/jsts/rul
99
# Features
1010

1111
- Advanced rules based on pattern matching and control flow analysis
12-
- [479 JS rules](https://rules.sonarsource.com/javascript) and [496 TS rules](https://rules.sonarsource.com/typescript)
13-
- [29 CSS rules](https://rules.sonarsource.com/css)
12+
- [480 JS rules](https://rules.sonarsource.com/javascript) and [497 TS rules](https://rules.sonarsource.com/typescript)
13+
- [30 CSS rules](https://rules.sonarsource.com/css)
1414
- Compatible with ECMAScript 2015-2020
1515
- React JSX, Flow, Vue, and AWS lambda functions support for JavaScript and TypeScript
1616
- CSS, SCSS, SASS, Less, also 'style' inside HTML and VueJS files
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"it-tools:src/tools/qr-code-generator/useQRCode.ts": [
3+
19
4+
],
5+
"it-tools:src/tools/wifi-qr-code-generator/useQRCode.ts": [
6+
117
7+
]
8+
}

0 commit comments

Comments
 (0)