ESLintの対象にjsxを含むようにする


結論

以下でjsxもESLintの対象に含むことができる。

eslint --ext .js --ext .jsx ./

参考

How to pass JSX files to eslint correctly?