eslint-import-resolver-reactnative icon indicating copy to clipboard operation
eslint-import-resolver-reactnative copied to clipboard

React Native module resolution plugin for eslint-plugin-import.

Results 3 eslint-import-resolver-reactnative issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

Add .ts and .tsx files to the extensions that could be resolved.

Hi, thanks for this plugin. But how can I use it? Consider this project setup: ``` //package.json { "name": "src", ... } ``` ``` //eslintrc.js module.exports = { 'settings': {...