Skip to content

Commit 7fdaedc

Browse files
authored
chore: update readme
1 parent 4b7149e commit 7fdaedc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
ESLint plugin for React Native
33
==============================
44

5+
# Project update
6+
7+
Dear users, first of all, thanks for using the plugin! At the moment development activity is low, I've personally not worked with React Native for many years and have little time to continue updating the plugin. I'll do my best to update the plugin to ensure compatibility with new eslint versions, but unfortunately I do not have time to asses new features/pull requests. Thanks for your understanding!
8+
59
[![Greenkeeper badge](https://badges.greenkeeper.io/Intellicode/eslint-plugin-react-native.svg)](https://greenkeeper.io/)
610

7-
[![Maintenance Status][status-image]][status-url] [![NPM version][npm-image]][npm-url] [![Dependency Status][deps-image]][deps-url] [![Coverage Status][coverage-image]][coverage-url] [![Code Climate][climate-image]][climate-url] [![BCH compliance][bettercode-image]][bettercode-url]
11+
[![Maintenance Status][status-image]][status-url] [![NPM version][npm-image]][npm-url] [![Coverage Status][coverage-image]][coverage-url] [![Code Climate][climate-image]][climate-url] [![BCH compliance][bettercode-image]][bettercode-url]
812

913
React Native specific linting rules for ESLint. This repository is structured like (and contains code from) the excellent [eslint-plugin-react](http://github.com/yannickcr/eslint-plugin-react).
1014

@@ -100,9 +104,6 @@ Finally, enable all of the rules that you would like to use.
100104
[npm-url]: https://npmjs.org/package/eslint-plugin-react-native
101105
[npm-image]: http://img.shields.io/npm/v/eslint-plugin-react-native.svg?style=flat-square
102106

103-
[deps-url]: https://david-dm.org/Intellicode/eslint-plugin-react-native
104-
[deps-image]: https://img.shields.io/david/dev/Intellicode/eslint-plugin-react-native.svg?style=flat-square
105-
106107
[coverage-url]: https://coveralls.io/r/Intellicode/eslint-plugin-react-native?branch=master
107108
[coverage-image]: http://img.shields.io/coveralls/Intellicode/eslint-plugin-react-native/master.svg?style=flat-square
108109

0 commit comments

Comments
 (0)