Skip to content

extend ESlint rules to files with the .jsx extension

Pokhi requested to merge fix/scan-jsx-files into master

Extend ESlint rules to files with the .jsx extension.

This is mainly done to disallow files with .jsx extension (rule react/jsx-filename-extension).

Merge request reports