branch: externals/js2-mode commit 8e2cdd4b75f8c2f1443f4091d88790a7d8fbbbb0 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Revert extra added information --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5f89e1a..7314f18 100644 --- a/README.md +++ b/README.md @@ -33,23 +33,10 @@ the corresponding [instructions in the Commentary](https://github.com/mooz/js2-mode/blob/6cc0a8a87a9178e44c51203e1fe34c57f246a7de/js2-mode.el#L60). `js-mode` in Emacs 27 includes full support for syntax highlighting -and indenting of JSX syntax. Try it out! +and indenting of JSX syntax. -Until [#527](https://github.com/mooz/js2-mode/issues/527) is -addressed, linting of JSX code is likely to fail. If that bothers you, -you may elect to disable linting: - -```lisp -(setq js2-mode-show-parse-errors nil) -(setq js2-mode-show-strict-warnings nil) -``` - -In lieu of linting, -[Flycheck](https://www.flycheck.org/)+[ESLint](https://eslint.org/) is -an alternative. - -Emacs 27 aside, [rjsx-mode](https://github.com/felipeochoa/rjsx-mode/) -is an alternative option which comes with certain tradeoffs. +[rjsx-mode](https://github.com/felipeochoa/rjsx-mode/) is an +alternative option which comes with certain tradeoffs. Bugs ====