-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
TypeError: Cannot create property 'context' on string #112
Comments
mattboon
changed the title
TypeError: Cannot assign to read only property 'context'
TypeError: Cannot create property 'context' on string '
Dec 16, 2016
mattboon
changed the title
TypeError: Cannot create property 'context' on string '
TypeError: Cannot create property 'context' on string
Dec 16, 2016
I made a test project for this issue: https://github.com/ai/sort-staged-example Just add CSS properties order and commit it:
If I will run
|
Closed
This is a bug in SamVerschueren/listr#41. I'll wait till it is fixed and will update dependencies. |
okonet
added a commit
that referenced
this issue
Dec 19, 2016
okonet
added a commit
that referenced
this issue
Dec 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there
I have the following setup in place on a project running on node
7.2.1
and npm3.10.10
.All is okay here:
But running
npm run lint:staged
returns an error wrapped around the output:Not the end of the world, as it's still linting and working with
pre-commit
too.But have I done something wrong to cause the error?
Any help appreciated, thanks all!
The text was updated successfully, but these errors were encountered: