Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with git task in windows #177

Closed
nataly87s opened this issue May 29, 2017 · 0 comments
Closed

Problem with git task in windows #177

nataly87s opened this issue May 29, 2017 · 0 comments

Comments

@nataly87s
Copy link
Contributor

when working from a sub directory, using this configuration: (with husky)

  "scripts": {
    "precommit": "lint-staged"
  },
  "lint-staged": {
    "gitDir": "../../",
    "linters" :{
      "*.js": ["prettier-eslint --write", "git add"]
    }
  } 

on commiting we get this error:

fatal: Not a git repository: '.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants