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

Fix dslint tests #72

Merged
merged 1 commit into from
Oct 2, 2019
Merged

Fix dslint tests #72

merged 1 commit into from
Oct 2, 2019

Conversation

ChristianMurphy
Copy link
Member

fix gh-71

"interface-over-type-literal": false,
"no-unnecessary-generics": false
"no-unnecessary-generics": false,
"strict-export-declare-modifiers": false
Copy link
Member Author

Choose a reason for hiding this comment

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

this is throwing false positives.

export = unified;

means that

An export assignment cannot be used in a module with other exported elements.

@@ -219,7 +219,7 @@ declare namespace unified {
/**
* Configuration passed to a Plugin or Processor
*/
type Settings = {
interface Settings {
Copy link
Member Author

Choose a reason for hiding this comment

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

this allows interface-over-type-literal to be re-enabled

@codecov-io

This comment has been minimized.

@wooorm wooorm merged commit 9786410 into unifiedjs:master Oct 2, 2019
@wooorm wooorm added ☂️ area/types This affects typings ⛵️ status/released 🏗 area/tools This affects tooling 🏡 area/internal This affects the hidden internals 🐛 type/bug This is a problem labels Oct 2, 2019
@wooorm
Copy link
Member

wooorm commented Oct 2, 2019

Thanks @ChristianMurphy, @Rokt33r!

@wooorm wooorm changed the title fix dslint tests Fix dslint tests Oct 2, 2019
@ChristianMurphy ChristianMurphy deleted the gh-71 branch October 2, 2019 12:30
@wooorm wooorm added the 💪 phase/solved Post is done label May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏡 area/internal This affects the hidden internals 🏗 area/tools This affects tooling ☂️ area/types This affects typings 💪 phase/solved Post is done 🐛 type/bug This is a problem
Development

Successfully merging this pull request may close these issues.

dtslint silently started failing
4 participants