@react-native/eslint-config
Advanced tools
Comparing version 0.72.2 to 0.73.0-nightly-20230603-fd9e295be
{ | ||
"name": "@react-native/eslint-config", | ||
"version": "0.72.2", | ||
"version": "0.73.0-nightly-20230603-fd9e295be", | ||
"description": "ESLint config for React Native", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:facebook/react-native.git", | ||
"directory": "packages/eslint-config-react-native-community" | ||
"url": "https://github.com/facebook/react-native.git", | ||
"directory": "packages/eslint-config-react-native" | ||
}, | ||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community#readme", | ||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native#readme", | ||
"keywords": [ | ||
"eslint", | ||
"config", | ||
"react-native" | ||
], | ||
"bugs": "https://github.com/facebook/react-native/issues", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"@babel/core": "^7.20.0", | ||
"@babel/eslint-parser": "^7.20.0", | ||
"@react-native/eslint-plugin": "^0.72.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"@react-native/eslint-plugin": "^0.73.0", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -20,0 +29,0 @@ "eslint-plugin-eslint-comments": "^3.2.0", |
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
24254
1
+ Added@react-native/eslint-plugin@0.73.1(transitive)
- Removed@react-native/eslint-plugin@0.72.0(transitive)