Open cloudlena opened 6 years ago
Using the .jsx file extension seems outdated and is not used by de facto standards like create-react-app. To me it would therefore make sense to set g:jsx_ext_required = 0 by default.
.jsx
g:jsx_ext_required = 0
I agree it would be great to set let g:jsx_ext_required = 0 by default. Almost all JSX projects use .js files.
let g:jsx_ext_required = 0
.js
Using the
.jsx
file extension seems outdated and is not used by de facto standards like create-react-app. To me it would therefore make sense to setg:jsx_ext_required = 0
by default.