See also the example bit in the docs: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style/Formatting_JS_Code_With_Prettier_and_eslint#Example
Bug 1563848 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
See also the example bit in the docs: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style/Formatting_JS_Code_With_Prettier_and_eslint#Example ``` { "editor.formatOnSave": true, "eslint.autoFixOnSave": true, "eslint.options": { "rules": { "prettier/prettier": "off", } } } ```