docs: Update docs for using ESLint as the only formatter (#40679)

Angelo Verlain and Ben Kunkle created

Closes #ISSUE

Release Notes:

- N/A

---------

Co-authored-by: Ben Kunkle <Ben.kunkle@gmail.com>

Change summary

docs/src/languages/javascript.md | 1 +
1 file changed, 1 insertion(+)

Detailed changes

docs/src/languages/javascript.md 🔗

@@ -92,6 +92,7 @@ the formatter:
 {
   "languages": {
     "JavaScript": {
+      "formatter": [],
       "code_actions_on_format": {
         "source.fixAll.eslint": true
       }