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
1. Assuming you already have [ESLint](https://www.npmjs.com/package/eslint) installed, run:
7
+
8
+
```shell
9
+
# npm
10
+
npm install --save-dev eslint-plugin-primer-react
11
+
12
+
# yarn
13
+
yarn add --dev eslint-plugin-primer-react
14
+
```
15
+
16
+
2. In your [ESLint configuration file](https://eslint.org/docs/user-guide/configuring/configuration-files), extend the recommended Primer React ESLint config:
0 commit comments