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

chore: remove unused configs #991

Merged
merged 7 commits into from
Feb 11, 2020

Conversation

armano2
Copy link
Contributor

@armano2 armano2 commented Feb 10, 2020

Description

Remove no longer used/needed configs and fix @alias/commitlint-config-patternplate dependencies

Motivation and Context

Usage examples

How Has This Been Tested?

Types of changes

  • 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 change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -1,3 +1,2 @@
workspaces-experimental "true"
Copy link
Contributor Author

@armano2 armano2 Feb 10, 2020

Choose a reason for hiding this comment

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

Starting Yarn 1.0 Workspaces are enabled by default and you may not need to set the below config. Refer to the updated steps at the following location https://yarnpkg.com/lang/en/docs/workspaces/

2017/08/02

https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/#setting-up-workspaces


off-topic: they released/releasing v2 of yarn

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, we might have a look. Last I checked the ts interop was not great

Comment on lines -14 to -21
"babel": {
"presets": [
"babel-preset-commitlint"
],
"ignore": [
"**/*.test.js"
]
},
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 missed this one last time

package.json Outdated Show resolved Hide resolved
Comment on lines -1 to -6
os: windows
language: node_js
node_js:
- lts/*
before_script:
- yarn build
Copy link
Contributor Author

Choose a reason for hiding this comment

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

travis is no longer used

Comment on lines 31 to 35
"dependencies": {
"@commitlint/config-patternplate": "^8.3.4",
"@commitlint/config-patternplate": "^8.3.4"
},
"devDependencies": {
"@commitlint/utils": "^8.3.4"
Copy link
Contributor Author

@armano2 armano2 Feb 10, 2020

Choose a reason for hiding this comment

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

there is no reason to require utils when installing config,

utils is a dev package

@armano2 armano2 changed the title chore: cleanup chore: remove unused configs Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants