Skip to content

Commit

Permalink
refined lint-staged configuration in backend and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rocambille committed Oct 31, 2023
1 parent c3004d2 commit bf78d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing right now. [Open an issue](https://github.com/WildCodeSchool/js-template-fullstack/issues) if you find something.

## [4.1.2] - 2023-10-26
## [4.1.2] - 2023-10-31

### Changed

- Removing `yarn` and `pnpm` package managers in favor of npm.
- Refined `lint-staged` configuration to focus on code files only. Thanks to [Dimitri Lavaury-Collot](https://github.com/Gwada).

- Use of the cache to optimize job execution time.
- Removed `yarn` and `pnpm` package managers in favor of npm. Thanks to [Dimitri Lavaury-Collot](https://github.com/Gwada).

- Used cache to optimize job execution time. Thanks to [Dimitri Lavaury-Collot](https://github.com/Gwada).

## [4.1.1] - 2023-10-18

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"supertest": "^6.3.3"
},
"lint-staged": {
"*": "prettier --check",
"*.sql": "prettier --check",
"*.js": "eslint"
}
}

0 comments on commit bf78d97

Please sign in to comment.