Anders Madsen

Results 23 comments of Anders Madsen

I also I think there is a similar problem with the "no-unused-fields" rule. When I alter an operation to use a previously unused field by adding that exact field to...

I've compiled the following little list of rules that suffers the same issue that I stated in my comment above: ```JSON "@graphql-eslint/no-unused-fields" "@graphql-eslint/no-unreachable-types" "@graphql-eslint/fields-on-correct-type" "@graphql-eslint/known-type-names" "@graphql-eslint/unique-operation-name" "@graphql-eslint/unique-fragment-name" "@graphql-eslint/require-id-when-available" "@graphql-eslint/provided-required-arguments" "@graphql-eslint/known-argument-names"...

> How does cz-conventional-changelog use the commitlint config? I would like to know that too

Yeah got the same issue as @jackblackevo. How do I downgrade this extension to the previous version (0.0.84) in the meantime?

This really needs to be fixed! @Shariaty what's your workaround?

> and I installed directly from your repo. How did you do that? I would also like to install it as a package from the github repository

@christiaanwesterbeek Thanks! But when I pressed the install button this error occurred: ![Anmærkning 2020-02-14 090851](https://user-images.githubusercontent.com/28491857/74512973-c3699d00-4f09-11ea-8678-533ff9b3b091.jpg) Maybe it can't find the package for some reason? I'm on windows 10 and I...

@VincentGuinaudeau Thanks, using the apm link command worked, but now I'm receiving the following errors: ![Anmærkning 2020-02-14 163353](https://user-images.githubusercontent.com/28491857/74544670-ce432280-4f47-11ea-926c-451e37df409a.jpg) Here is the full stack trace: Error: Cannot find module 'fuzzaldrin' at...

@VincentGuinaudeau THANKS! Had to install a few missing packages but in the end, it worked finally :D