diff --git a/packages/eslint-config-react-native-community/README.md b/packages/eslint-config-react-native-community/README.md index 20423bd14bc2..d0dd6a118d3c 100644 --- a/packages/eslint-config-react-native-community/README.md +++ b/packages/eslint-config-react-native-community/README.md @@ -1,5 +1,7 @@ # eslint-config-react-native-community +[![Version][version-badge]][package] + ## Installation ``` @@ -17,3 +19,7 @@ Add to your eslint config (`.eslintrc`, or `eslintConfig` field in `package.json "extends": "@react-native-community" } ``` + +[version-badge]: https://img.shields.io/npm/v/@react-native-community/eslint-config.svg?style=flat-square +[package]: https://www.npmjs.com/package/@react-native-community/eslint-config + diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index 411292dfa291..5a43302d4500 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -8,6 +8,7 @@ "type": "git", "url": "git@github.com:facebook/react-native.git" }, + "homepage": "https://github.com/facebook/react-native/tree/master/packages/eslint-config-react-native-community#readme", "dependencies": { "@react-native-community/eslint-plugin": "^1.0.0", "@typescript-eslint/eslint-plugin": "^2.25.0",