From fb06d27cc12fc46543b914b34d621cdcf77d1f68 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 1 Mar 2022 11:35:40 +0000 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1fe860..f668e4e 100644 --- a/README.md +++ b/README.md @@ -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 { diff --git a/package-lock.json b/package-lock.json index 6e74d11..aa1f6bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matt-fidd/eslint-config", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matt-fidd/eslint-config", - "version": "1.1.0", + "version": "1.1.1", "peerDependencies": { "eslint": "^8.10.0" } diff --git a/package.json b/package.json index f8186f4..17e02a1 100644 --- a/package.json +++ b/package.json @@ -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",