Skip to content

Commit 9b47a4d

Browse files
fix: format README with npm run format
1 parent 76c8630 commit 9b47a4d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ ESLint rules for Primer React
88

99
Assuming you already have [ESLint](https://www.npmjs.com/package/eslint) and [Primer React](https://github.com/primer/react) installed, run:
1010

11-
```shell
12-
npm install --save-dev eslint-plugin-primer-react
11+
```shell
12+
npm install --save-dev eslint-plugin-primer-react
1313

14-
# or
14+
# or
1515

16-
yarn add --dev eslint-plugin-primer-react
17-
```
16+
yarn add --dev eslint-plugin-primer-react
17+
```
1818

1919
## Setup
2020

@@ -40,14 +40,14 @@ export default [
4040

4141
In your [`.eslintrc`](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated) file, extend the recommended Primer React ESLint config:
4242

43-
```js
44-
{
45-
"extends": [
46-
// ...
47-
"plugin:primer-react/recommended"
48-
]
49-
}
50-
```
43+
```js
44+
{
45+
"extends": [
46+
// ...
47+
"plugin:primer-react/recommended"
48+
]
49+
}
50+
```
5151

5252
## Rules
5353

0 commit comments

Comments
 (0)