Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvanwissen committed Sep 4, 2023
1 parent df34f44 commit b79942e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b79942e

Please sign in to comment.