-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Re-structure the repository as monorepo #363
Conversation
"./test/*": "./configs/eslintrc/test/*.js", | ||
"./typescript": "./configs/eslintrc/typescript.js" | ||
}, | ||
"name": "frontend-tools", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this PR is merged, change the name of this repo to frontend-tools
.
"configs", | ||
"rules" | ||
], | ||
"packageManager": "pnpm@9.15.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change Node Package Manager to pnpm for easy maintenance of monorepo.
dcac741
to
5786dc7
Compare
Tasks after monorepo
|
packages/eslint-config/tests/snapshot-test/eslintrc/next/__snapshots__/snapshot.test.js.snap
Outdated
Show resolved
Hide resolved
806df25
to
6f3f8f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM 👍
🎉 This PR is included in version eslint-config-moneyforward-v5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What changed / motivation ?
What changed?
Re-architecture this repository as a monorepo, so that musltiple frontend tools such as
eslint-config-moneyforward
can be managed.What motivation?
We'd like to develop
@moneyforward/stylelint-config
, but if we start by creating a new repo, the initial costs of building release workflows and setting up Renovate, as well as the subsequent maintenance costs, would be huge burden; we'd like to reuse exist ecosystems as much as possible.Linked PR / Issues
Type of change
Pre-flight checklist
References