@@ -165,8 +165,9 @@ 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>
169- <td>-</td>
168+ <td><a href="https://biomejs.dev/">BiomeJS</a>,
169+ <a href="https://stylelint.io/">Stylelint</a></td>
170+ <td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a></td>
170171 <td>-</td>
171172 <td>-</td>
172173 <td>-</td>
@@ -290,10 +291,12 @@ 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>
296- <td><a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
298+ <td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a>,
299+ <a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
297300 <td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
298301 <a href="https://trivy.dev">Trivy</a></td>
299302 <td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package.json</code> and <code>package-lock.json</code> (npm), <br><code>yarn.lock</code> (Yarn) </td>
@@ -305,8 +308,9 @@ The table below lists all languages that Codacy supports and the corresponding t
305308 <tr>
306309 <td>JSON</td>
307310 <td>.json</td>
308- <td><a href="https://github.com/FasterXML/jackson-core">Jackson Linter</a></td>
309- <td>-</td>
311+ <td><a href="https://biomejs.dev/">BiomeJS</a>,
312+ <a href="https://github.com/FasterXML/jackson-core">Jackson Linter</a></td>
313+ <td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a></td>
310314 <td><a href="https://github.com/bridgecrewio/checkov/">Checkov</a>,
311315 <a href="https://trivy.dev">Trivy</a></td>
312316 <td>-</td>
@@ -638,9 +642,11 @@ The table below lists all languages that Codacy supports and the corresponding t
638642 <tr>
639643 <td>TypeScript</td>
640644 <td>.ts, .tsx</td>
641- <td><a href="https://eslint.org/">ESLint</a>,
645+ <td><a href="https://biomejs.dev/">BiomeJS</a>,
646+ <a href="https://eslint.org/">ESLint</a>,
642647 <a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a></td>
643- <td><a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
648+ <td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a>,
649+ <a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
644650 <td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
645651 <a href="https://trivy.dev">Trivy</a></td>
646652 <td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package.json</code> and <code>package-lock.json</code> (npm), <br><code>yarn.lock</code> (Yarn) </td>
0 commit comments