Skip to content

Commit ad786b0

Browse files
authored
housekeeping: .js -> .jsx file extensions (via #5014)
* housekeeping: `.js` -> `.jsx` where necessary
1 parent 59bd9f4 commit ad786b0

35 files changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ rules:
3333
react/jsx-no-target-blank: 2
3434
react/display-name: 0
3535
mocha/no-exclusive-tests: 2
36-
import/no-extraneous-dependencies: 2
36+
import/no-extraneous-dependencies: 2
37+
react/jsx-filename-extension: 2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)