You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ ESLint rules for Primer React
8
8
9
9
Assuming you already have [ESLint](https://www.npmjs.com/package/eslint) and [Primer React](https://github.com/primer/react) installed, run:
10
10
11
-
```shell
12
-
npm install --save-dev eslint-plugin-primer-react
11
+
```shell
12
+
npm install --save-dev eslint-plugin-primer-react
13
13
14
-
# or
14
+
# or
15
15
16
-
yarn add --dev eslint-plugin-primer-react
17
-
```
16
+
yarn add --dev eslint-plugin-primer-react
17
+
```
18
18
19
19
## Setup
20
20
@@ -40,14 +40,14 @@ export default [
40
40
41
41
In your [`.eslintrc`](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated) file, extend the recommended Primer React ESLint config:
0 commit comments