Skip to content

npm run lint not recursing #371

Closed
@nbuso

Description

@nbuso
  1. OS. Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
    Fedora 23
  2. Versions. Please run ng --version. If there's nothing outputted, please
    [nbuso@linuxf]$ ng --version
    Could not start watchman; falling back to NodeWatcher for file system events.
    Visit http://www.ember-cli.com/user-guide/#watchman for more info.
    angular-cli: 0.0.28
    node: 4.2.4
    os: linux x64
    [nbuso@linuxf]$ npm --version
    2.14.12
  3. Repro steps. Tell us exactly what you did and how you came to the failure.
    From the command line run:
    npm run lint
  4. The log given by the failure. Normally this include a stack trace and some
    more information.
    it's supposed to recurse on subfolders but it stops on src/app/*.ts
  5. Mention any other details that might be useful.
    changing package.json in the script section to (added single quotes on file pattern):
    "lint": "tslint 'src/*/.ts'",

it's working as expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions