When working in a .tsx file, why does eslint flag the following issue:
The use of JSX is not permitted in files with the extension '.tsx' (eslint react/jsx-filename-extension)
What steps can I take to adjust the eslint configuration and address this warning?