Open
Description
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
Labels
No labels