housekeeping: .js -> .jsx file extensions (via #5014)

* housekeeping: `.js` -> `.jsx` where necessary
This commit is contained in:
kyle
2018-11-08 16:37:21 +00:00
committed by GitHub
parent 59bd9f4988
commit ad786b023f
35 changed files with 2 additions and 1 deletions

View File

@@ -34,3 +34,4 @@ rules:
react/display-name: 0
mocha/no-exclusive-tests: 2
import/no-extraneous-dependencies: 2
react/jsx-filename-extension: 2