Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Mar 1, 2022
1 parent cf207aa commit fb06d27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Once the `@matt-fidd/eslint-config` package is installed, you can use it by addi

### Using this config in conjunction with `eslint:recommended`

To work properly, this rule set is designed to be used alongside the `eslint:reccommended` rule set. To do this, simply define them both inside the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).
To work properly, this rule set is designed to be used alongside the `eslint:recommended` rule set. To do this, simply define them both inside the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).

```js
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matt-fidd/eslint-config",
"version": "1.1.0",
"version": "1.1.1",
"description": "ESLint shareable config for my projects",
"repository": {
"type" : "git",
Expand Down

0 comments on commit fb06d27

Please sign in to comment.