Skip to content

issue in lint-staged pre-commit hook #104

Description

@mbehzad

From package.json in root

"lint-staged": {
    "*.ts": [
      "lint"
    ]
  },
  • projects code is written in .js so the glob pattern probably should be for ".js" (or both extensions for future code (e.g. vscode-pv-handlebars-languag PR))
  • there is no executable "lint" in the npm dependencies. probably eslint was meant here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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