diff --git a/.eslintrc.yml b/.eslintrc.yml
index 6d0d7153..9fa70bd1 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -1,8 +1,11 @@
parser: babel-eslint
extends:
- - vkbansal
- - vkbansal/react
+ - vkbansal
+ - vkbansal/react
env:
- browser: true
+ browser: true
+settings:
+ react:
+ version: detect
rules:
- react/no-array-index-key: 0
+ react/no-array-index-key: 0
diff --git a/README.md b/README.md
index b847999a..104da2b4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# !!! Looking for maintainers !!!
+# Project is no longer maintained
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
@@ -60,13 +60,15 @@ function handleClick(e, data) {
function MyApp() {
return (
+ {/* NOTICE: id must be unique between EVERY
and pair */}
+ {/* NOTICE: inside the pair, and must have the same id */}
-
+
Right click to see the menu
-
-