@react-native/eslint-plugin
Advanced tools
Comparing version 0.72.0 to 0.73.0-nightly-20230603-fd9e295be
{ | ||
"name": "@react-native/eslint-plugin", | ||
"version": "0.72.0", | ||
"version": "0.73.0-nightly-20230603-fd9e295be", | ||
"description": "ESLint rules for @react-native/eslint-config", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:facebook/react-native.git", | ||
"directory": "packages/eslint-plugin-react-native-community" | ||
"url": "https://github.com/facebook/react-native.git", | ||
"directory": "packages/eslint-plugin-react-native" | ||
}, | ||
"license": "MIT" | ||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme", | ||
"keywords": [ | ||
"eslint", | ||
"rules", | ||
"eslint-config", | ||
"react-native" | ||
], | ||
"bugs": "https://github.com/facebook/react-native/issues", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"main": "index.js" | ||
} |
# @react-native/eslint-plugin | ||
This plugin is intended to be used in [`@react-native/eslint-config`](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community). You probably want to install that package instead. | ||
This plugin is intended to be used in [`@react-native/eslint-config`](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native). You probably want to install that package instead. | ||
@@ -28,1 +28,8 @@ ## Installation | ||
Enforces that calls to `PlatformColor` and `DynamicColorIOS` are statically analyzable to enable performance optimizations. | ||
## Testing | ||
To run the tests in this package, run the following commands from the React Native root folder: | ||
1. `yarn` to install the dependencies. You just need to run this once | ||
2. `yarn jest packages/eslint-plugin-react-native`. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8631
1
35