1

I am using sublimetext3 for jsx files. I have following packages installed with me

  1. sublimeLinter
  2. sublimelinter-jshint
  3. sublimelinter-jsxhint
  4. reactJs
  5. react snippets

I have jsxhint and jshint installed using npm -g options but still jsx files are not getting supported? Is there anything I am missing or should check on?

Dmitry Shvedov
  • 3,169
  • 4
  • 39
  • 51
alwaysLearn
  • 6,882
  • 7
  • 39
  • 67

1 Answers1

1

The package you were looking for is babel-sublime - Syntax definitions for ES6 JavaScript with React JSX extensions.

Dmitry Shvedov
  • 3,169
  • 4
  • 39
  • 51