Skip to content

Commit 70c24e4

Browse files
committed
Add info about biomejs
1 parent c208055 commit 70c24e4

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

docs/getting-started/supported-languages-and-tools.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ The table below lists all languages that Codacy supports and the corresponding t
165165
<tr>
166166
<td>CSS</td>
167167
<td>.css</td>
168-
<td><a href="https://stylelint.io/">Stylelint</a></td>
168+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
169+
<a href="https://stylelint.io/">Stylelint</a></td>
169170
<td>-</td>
170171
<td>-</td>
171172
<td>-</td>
@@ -290,7 +291,8 @@ The table below lists all languages that Codacy supports and the corresponding t
290291
<tr>
291292
<td>JavaScript</td>
292293
<td>.js, .jsx, .jsm, .vue, .mjs</td>
293-
<td><a href="https://eslint.org/">ESLint</a>,
294+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
295+
<a href="https://eslint.org/">ESLint</a>,
294296
<a href="https://pmd.github.io/">PMD</a>,
295297
<a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a></td>
296298
<td><a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
@@ -305,7 +307,8 @@ The table below lists all languages that Codacy supports and the corresponding t
305307
<tr>
306308
<td>JSON</td>
307309
<td>.json</td>
308-
<td><a href="https://github.com/FasterXML/jackson-core">Jackson Linter</a></td>
310+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
311+
<a href="https://github.com/FasterXML/jackson-core">Jackson Linter</a></td>
309312
<td>-</td>
310313
<td><a href="https://github.com/bridgecrewio/checkov/">Checkov</a>,
311314
<a href="https://trivy.dev">Trivy</a></td>
@@ -638,7 +641,8 @@ The table below lists all languages that Codacy supports and the corresponding t
638641
<tr>
639642
<td>TypeScript</td>
640643
<td>.ts, .tsx</td>
641-
<td><a href="https://eslint.org/">ESLint</a>,
644+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
645+
<a href="https://eslint.org/">ESLint</a>,
642646
<a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a></td>
643647
<td><a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
644648
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
@@ -763,6 +767,10 @@ The following table lists the Codacy GitHub repositories corresponding to each s
763767
<td><a href="https://github.com/codacy/codacy-bandit" class="skip-vale">codacy/codacy-bandit</a></td>
764768
</tr>
765769
<tr>
770+
<td><a href="https://biomejs.dev/">BiomeJS</a></td>
771+
<td><a href="https://github.com/codacy/codacy-biomejs" class="skip-vale">codacy/codacy-biomejs</a></td>
772+
</tr>
773+
<tr>
766774
<td><a href="https://brakemanscanner.org/">Brakeman</a> <a href="#opengrep-brakeman"><sup>7</sup></a></td>
767775
<td><a href="https://github.com/codacy/codacy-brakeman" class="skip-vale">codacy/codacy-brakeman</a></td>
768776
</tr>

docs/repositories-configure/configuring-code-patterns.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ The table below lists the configuration file names that Codacy detects and suppo
121121
<td><code>bandit.yml</code>, <code>bandit.yaml</code>, <code>.bandit</code>, <code>bandit.toml</code>, <code>bandit.ini</code></td>
122122
<td>To solve flagged valid Python "assert" statements, create a <code>bandit.yml</code> on the root of the repository containing: <code>skips: \['B101'\]</code></td>
123123
</tr>
124+
<tr>
125+
<td>BiomeJS</td>
126+
<td>CSS, JavaScript, JSON, TypeScript</td>
127+
<td><code>biome.json</code>, <code>biome.jsonc</code>, <code>.biome.json</code>, <code>.biome.jsonc</code></td>
128+
<td></td>
129+
</tr>
124130
<tr>
125131
<td>Brakeman</td>
126132
<td>Ruby</td>

0 commit comments

Comments
 (0)