Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @yeoman/eslint@0.2.0
  • Loading branch information
mshima committed Aug 27, 2024
1 parent 244f4fc commit 615eede
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions workspaces/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.0 (2024-08-27)

- feat(eslint): add eslint-plugin-import-x ([244f4fc](https://github.com/yeoman/yeoman-api/commit/244f4fc))
- feat(eslint): add eslint-plugin-unused-imports ([db67e7f](https://github.com/yeoman/yeoman-api/commit/db67e7f))
- feat(eslint): add unicorn plugin ([a9d851b](https://github.com/yeoman/yeoman-api/commit/a9d851b))

## <small>0.1.2 (2024-08-26)</small>

- fix(eslint): adjusts to eslint config ([1eab921](https://github.com/yeoman/yeoman-api/commit/1eab921))
Expand Down
4 changes: 2 additions & 2 deletions workspaces/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/eslint",
"version": "0.1.2",
"version": "0.2.0",
"private": false,
"description": "ESLint configuration for Yeoman projects",
"keywords": [
Expand All @@ -26,8 +26,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.1.0",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"globals": "^15.9.0",
"typescript-eslint": "^8.2.0"
},
Expand Down

0 comments on commit 615eede

Please sign in to comment.