Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Nov 4, 2024
1 parent 5885f43 commit 863b74a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/src/pages/docs/tools/08_eslint-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,21 @@ node_modules
!.env.example

# Ignore files for PNPM, NPM and YARN
package.json
pnpm-lock.yaml
package-lock.json
yarn.lock

# Ignore files that are project specific
/db
```

### Add this to your `package.json`

```json filename="package.json"
scripts: {
"//// ---- BEST PRACTICES ---- ////": "",
"format": "kitql-lint -f",
"lint": "kitql-lint",
}
```

0 comments on commit 863b74a

Please sign in to comment.