eslint-plugin-react-native icon indicating copy to clipboard operation
eslint-plugin-react-native copied to clipboard

React Native plugin for ESLint

Results 91 eslint-plugin-react-native issues
Sort by recently updated
recently updated
newest added

`import styles from './styles';` Should work If I import the styles from a file instead of the same js file? Or is not implemented yet.

![image](https://user-images.githubusercontent.com/1778068/160100884-50e05fd7-522f-4655-afb7-dbdc07ea6177.png)

Hey! 👋 I'm getting `Error: Couldn't find a Program` after upgrading this package from 3.8.1 to 3.9.1. Bit of a contrived example below, but seems to reliably trigger the issue...

I usually first add my component styles inline and on the same line, if I expect them to be simple and unique. If they get too complex or are reused,...

## Motivation Fixes #270. babel-traverse expects that it's passed an entire tree that spans to the top of the program. eslint does not guarantee that, which causes crashes when parsing...

I get a warning on this inline style: ```tsx

I'm using a simple Expo blank template on a Visual Studio Code with Prettier and I'm trying to run this plugin so the stylesheets of my project can be sorted...

Hi, I have my tastes when ordering my StyleSheet styles props. Alphabetical order isn't good for me. For example, I have +- at this order: flex stuff, width/height, margins, paddings,...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies