Skip to content

Commit 2843307

Browse files
authored
Scaffold no-deprecated-colors rule
1 parent a397534 commit 2843307

File tree

6 files changed

+3636
-4
lines changed

6 files changed

+3636
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# eslint-plugin-primer-react
2+
23
ESLint rules for Primer React
34

45
## Installation
56

67
1. Assuming you already have [ESLint](https://www.npmjs.com/package/eslint) installed, run:
78

89
```shell
9-
# npm
10+
# npm
1011
npm install --save-dev eslint-plugin-primer-react
11-
12-
# yarn
12+
13+
# yarn
1314
yarn add --dev eslint-plugin-primer-react
1415
```
1516

@@ -26,4 +27,4 @@ ESLint rules for Primer React
2627

2728
## Rules
2829

29-
* [no-deprecated-color-variables](#)
30+
- [no-deprecated-colors](https://github.com/primer/eslint-plugin-primer-react/blob/main/docs/rules/no-deprecated-colors.md)

docs/rules/no-deprecated-colors.md

Whitespace-only changes.

0 commit comments

Comments
 (0)