Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Create skeleton for package-json-lint project #541

Merged
merged 7 commits into from
Jan 21, 2021

Conversation

ryanthemanuel
Copy link
Contributor

Summary

This is just the initial commit of the package-json-lint project. It is set up not to be released and will be built out as a part of #540

Fixes #538

@mjhenkes mjhenkes temporarily deployed to terra-toolki-package-js-jptrww January 20, 2021 21:53 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-toolki-package-js-vsd8gb January 20, 2021 22:36 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-toolki-package-js-afcmtz January 20, 2021 22:43 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-toolki-package-js-afcmtz January 21, 2021 18:19 Inactive
Comment on lines +8 to +16
## Versioning

package-json-lint is considered to be stable and will follow [SemVer](http://semver.org/) for versioning.

1. MAJOR versions represent breaking changes
2. MINOR versions represent added functionality in a backwards-compatible manner
3. PATCH versions represent backwards-compatible bug fixes

Consult the component CHANGELOGs, related issues, and PRs for more information.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be removed since it's describe at the root level?

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 was mimicking existing packages. As I think about it, it wouldn't show up in the npm page if we didn't include that (if that matters): e.g. https://www.npmjs.com/package/@cerner/terra-cli

@@ -3,6 +3,7 @@
"command": {
"publish": {
"ignoreChanges": [
"packages/package-json-lint/**",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be package-json-linter? instead of just lint?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's eslint and stylelint not eslinter or stylelinter. I was trying to follow that pattern.

@mjhenkes mjhenkes assigned mjhenkes and unassigned mjhenkes Jan 21, 2021
Co-authored-by: Emily Rohrbough  <emilyrohrbough@users.noreply.github.com>
@mjhenkes mjhenkes temporarily deployed to terra-toolki-package-js-afcmtz January 21, 2021 19:14 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-toolki-package-js-afcmtz January 21, 2021 19:15 Inactive
@ryanthemanuel ryanthemanuel merged commit ca52241 into main Jan 21, 2021
@ryanthemanuel ryanthemanuel deleted the package-json-lint-skeleton branch January 21, 2021 21:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create skeleton for package-json-lint package
6 participants