Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Add a path entry to coffeelintConfig #476

@adius

Description

@adius

A path entry should be available in coffeelint like

{
  "coffeelintConfig": {
    path: "./node_modules/coffeescipt-styleguide/coffeelint/coffeelint.json"
  }
}

It's really crappy that we have to copy and paste coffeelint files in every repostiory in times of npm modularization.
I know it would be possible do to something like:

{
  "scripts": {
    "prepublish": "coffeelint -f ./node_modules/coffeescipt-styleguide/coffeelint.json app.coffee"
  }
}

The problem is that this is application specific and therefore editors and IDEs don't pick it up automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions