Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro committed May 27, 2024
1 parent f1e9c07 commit ff4b991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/perfect-coats-teach.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@pagopa/eslint-config": major
---

Now is compatible with our modern codestyle (and eslint 9)
Updated configuration to match our current code style, switched to flat config file.
4 changes: 2 additions & 2 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ This package provides PagoPA's `eslint.config.js` as an extensible shared config
```json
{
"scripts": {
"lint": "eslint --fix",
"lint:check": "eslint"
"lint": "eslint --fix src",
"lint:check": "eslint src"
}
}
```

0 comments on commit ff4b991

Please sign in to comment.