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

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

I built this CLI tool [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) for automating the generation of the README rules list table and rule doc title/notices for ESLint plugins. It follows common documentation conventions from this...

I have in one of my file the following line: `const hasOwnProperty = Object.prototype.hasOwnProperty;` This cause eslint rule check to failure with error: `TypeError: this.styleSheets[styleSheetName].filter is not a function` ```...

Code: ```ts {`Text text text text`} ``` Error: ```bash Occurred while linting C:\Users\eudes\Documents\Git\lumine\src\screens\App\Maintenance\index.tsx:20 Rule: "react-native/no-raw-text" at report (C:\Users\eudes\Documents\Git\lumine\node_modules\eslint-plugin-react-native\lib\rules\no-raw-text.js:34:49) at TemplateLiteral (C:\Users\eudes\Documents\Git\lumine\node_modules\eslint-plugin-react-native\lib\rules\no-raw-text.js:85:9) at ruleErrorHandler (C:\Users\eudes\Documents\Git\lumine\node_modules\eslint\lib\linter\linter.js:1118:28) at C:\Users\eudes\Documents\Git\lumine\node_modules\eslint\lib\linter\safe-emitter.js:45:58 at Array.forEach () at...

### Summary [Stackoverflow issue](https://stackoverflow.com/questions/71793681/handle-no-unused-styles-for-dynamic-stylesheet) * Updated no-unused-styles docs in order to include dynamic styles * Updated test cases with dynamic styles

This will ensure that filter function is called only on array item.

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

If there would be any volunteers that would update and maintain this repository would be there any chances that @Intellicode give them some access to the code to keep this...

👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-files-new) that will be the default in ESLint v9. It doesn't look like `eslint-plugin-react-native` has support yet....