Skip to content

Commit b4d76e9

Browse files
committed
Add CONTRIBUTING.md
1 parent 41d9809 commit b4d76e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing to ESLint-plugin-React
2+
3+
## ESLint Rules
4+
5+
### Markup
6+
7+
Files documenting individual rules live in docs/rules folder. They're annotated
8+
using Markdown, which adds extra layer of legibility and better visual orientation
9+
to the documents. Consider this when writing supporting text for the rules.
10+
11+
See the list below for some guidelines that need to be followed when adding to the
12+
collection.
13+
14+
- Negative adverbs preceding snippets in 'Rule Details' sections must be **bold**.

0 commit comments

Comments
 (0)