/home/techb158/balavpn.abdallabala.com/node_modules/eslint-plugin-import/config
NameSizeModeActions
flat/-0777rm
electron.js1370666editdlrm
errors.js3120666editdlrm
react-native.js2890666editdlrm
react.js4130666editdlrm
recommended.js6240666editdlrm
stage-0.js2030666editdlrm
typescript.js9500666editdlrm
warnings.js2270666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/eslint-plugin-import/config/react.js (413B)
/** * Adds `.jsx` as an extension, and enables JSX parsing. * * Even if _you_ aren't using JSX (or .jsx) directly, if your dependencies * define jsnext:main and have JSX internally, you may run into problems * if you don't enable these settings at the top level. */ module.exports = { settings: { 'import/extensions': ['.js', '.jsx'], }, parserOptions: { ecmaFeatures: { jsx: true }, }, };