Skip to content

Commit d1e5918

Browse files
committed
[AssetMapper] Add FAQ for code lint/format
1 parent 6ed13cc commit d1e5918

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/asset_mapper.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,12 @@ files) with component, as those must be used in a build system. See the
794794
`UX Vue.js Documentation`_ for more details about using with the AssetMapper
795795
component.
796796

797+
Can I lint and format my code?
798+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
799+
800+
Yes! To linter and format your front assets, you can use `kocal/biome-js-bundle`_.
801+
It's ultra-fast and requires no configuration to handle your JavaScript, TypeScript, CSS, etc. files.
802+
797803
.. _asset-mapper-ts:
798804

799805
Using TypeScript
@@ -1166,3 +1172,4 @@ command as part of your CI to be warned anytime a new vulnerability is found.
11661172
.. _`package.json configuration file`: https://docs.npmjs.com/creating-a-package-json-file
11671173
.. _Content Security Policy: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
11681174
.. _NelmioSecurityBundle: https://symfony.com/bundles/NelmioSecurityBundle/current/index.html#nonce-for-inline-script-handling
1175+
.. _kocal/biome-js-bundle: https://github.com/Kocal/BiomeJsBundle

0 commit comments

Comments
 (0)