Skip to content
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

feat(stylelint-config): Implement Stylelint Common Rule set #364

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

wakamsha
Copy link
Contributor

What changed / motivation ?

Like eslint-config-moneyforward, we developed a common Stylelint rule set called @moneyforward/stylelint-config as a tool to support improving the internal development experience. This tool is related to internal technical standardization, and is expected to be incorporated into the frontend boilerplate (= starter-kit) currently under development.

Linked PR / Issues

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Chore (routine task, maintenance, or non-functional change that doesn't modify src or test files)

Pre-flight checklist

References

@wakamsha wakamsha self-assigned this Feb 10, 2025
@@ -0,0 +1,55 @@
{
"name": "@moneyforward/stylelint-config",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I considered naming it stylelint-config-moneyforward, but all other Node packages use the naming convention @moneyforward/<name>, so I decided to follow that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant