diff --git a/README.md b/README.md index 943d001..7d4d674 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a sharable eslint config for TypeScript React projects. One config to rule all them projects. ## Installation -`npm install https://github.com/fastone/eslint-config.git` +`npm install @fastone/eslint-config` ## Usage Create `.eslintrc.cjs` in the root of your project with the following content: @@ -26,5 +26,4 @@ module.exports = { ## To Do -- [ ] Make this a public package on npm `npm install @fastone/eslint-config` - [ ] Double check and update the rules while using it in a real project diff --git a/package.json b/package.json index f4468ac..550f4bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fastone/eslint-config", "author": "fastone", - "version": "1.0.6", + "version": "1.0.7", "description": "ESLint config to rule them all", "main": "index.js", "scripts": {