Skip to content

Commit

Permalink
Resolve JS-147 - Adapt SonarJS to the next ESLint Plugin (#4677)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmorand-sonarsource authored May 1, 2024
1 parent 90f981a commit e91895f
Show file tree
Hide file tree
Showing 41 changed files with 314 additions and 201 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"TypeScript:src/server/client.ts": [
481,
483
]
}
5 changes: 5 additions & 0 deletions its/ruling/src/test/expected/jsts/ace/javascript-S2201.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ace:src/mode/css_completions.js": [
136
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"courselit:apps/web/components/admin/design/layout-manager/compatible-components-map.ts": [
15,
18
],
"courselit:apps/web/components/admin/media/index.tsx": [
115
]
}
12 changes: 12 additions & 0 deletions its/ruling/src/test/expected/jsts/desktop/typescript-S2201.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"desktop:app/src/lib/fix-emoji-spacing.ts": [
34
],
"desktop:app/src/lib/source-map-support.ts": [
127
],
"desktop:app/src/ui/changes/changes-list.tsx": [
574,
584
]
}
5 changes: 5 additions & 0 deletions its/ruling/src/test/expected/jsts/eigen/javascript-S2201.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"eigen:scripts/changelog/generatePlatformChangelog.js": [
110
]
}
14 changes: 14 additions & 0 deletions its/ruling/src/test/expected/jsts/eigen/typescript-S2201.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"eigen:src/app/Components/ArtworkFilter/Filters/WaysToBuyOptions.tsx": [
67
],
"eigen:src/app/Scenes/SellWithArtsy/SubmitArtwork/ArtworkDetails/ArtworkDetailsForm.tests.tsx": [
58
],
"eigen:src/app/utils/renderMarkdown.tests.tsx": [
161
],
"eigen:src/palette/organisms/screenStructure/Screen.tsx": [
224
]
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"file-for-rules:S6328.js": [
3,
4,
6,
7
],
"file-for-rules:S6351.js": [
2,
3,
11
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"p5.js:docs/yuidoc-p5-theme/assets/js/reference.js": [
2593,
2686,
2833,
3262,
3267,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"router:src/activation.js": [
146
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"snoode:src/endpoints/v1.es6.js": [
1186
]
}
Loading

0 comments on commit e91895f

Please sign in to comment.