Skip to content

Support multiple projects in a single repository #144

Open
@daneshka

Description

@daneshka

Usually, for web applications with NODEJS, developers create a folder structure like this:

app\ ===> which is the root folder for NODEJS source
app\public\ ===> which is the root folder for front-end source
and JSHINT config file for each of these projects is different.

It would be great to be able to set different tools and different configs for each of these projects.

One solution could be let the user put ".lintrc" file in any folder, and that folder will be the root of a project with specific config.

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