Skip to content

Unable to extend eslint-config from sub-dependency within frontside/typescript #10

@minkimcello

Description

@minkimcello

Expected Behavior

my-project/
  node_modules/
    @frontside/typescript
      node_modules/
        @frontside/eslint-config
  .eslintrc.json
    extends @frontside/eslint-config // currently not working

Current Solution

my-project/
  node_modules/
    @frontside/typescript
    @frontside/eslint-config
  .eslintrc.json
    extends @frontside/eslint-config // works

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions