Skip to content

Turn off vendor linting by default #44

@fe3dback

Description

@fe3dback

Currently linter by default will check all vendor libs in code, so when we first time setup project, we need do more actions to bring linter to live.

But better and nicer workflow can be different:

  1. create config
  2. specify components
  3. specify or generate deps from project structure

And its useful right here, but if we want more quality checks, we can optionally add vendor stuff to config;

  1. switch allow.depOnAnyVendor to false
  2. append vendors definitions
  3. modify deps

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv4Issues related to version 4 of config

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions