-
Notifications
You must be signed in to change notification settings - Fork 934
chore: remove unused configs #991
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
Changes from all commits
5e3d269
b9264e4
b473370
6381148
0c7640f
138f9ea
e3e3bb9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
workspaces-experimental "true" | ||
registry "https://registry.npmjs.org/" | ||
--install.ignore-engines true |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,9 @@ | |
"node": ">=8" | ||
}, | ||
"dependencies": { | ||
"@commitlint/config-patternplate": "^8.3.4", | ||
"@commitlint/config-patternplate": "^8.3.4" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/utils": "^8.3.4" | ||
Comment on lines
31
to
35
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,6 @@ | |
"deps": "dep-check", | ||
"pkg": "pkg-check --skip-import" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"babel-preset-commitlint" | ||
], | ||
"ignore": [ | ||
"**/*.test.js" | ||
] | ||
}, | ||
Comment on lines
-14
to
-21
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i missed this one last time |
||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|
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.
https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/#setting-up-workspaces
off-topic: they released/releasing v2 of yarn
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.
Yes, we might have a look. Last I checked the ts interop was not great