You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eolConverter was treating /path/to/repo/path/to/file1.js as glob and converted it to /path/to/repo/path/to/repo/path/to/file1.js, which resulted into Error: ENOENT: no such file or directory.
It'd be great if your tool could deal with absolute paths too!
The text was updated successfully, but these errors were encountered:
Hi @jurosh 👋
I tried using
eolConverter
inlint-staged
, but it did not work for me. Here's what my config looked like in package.json:Context: prettier/prettier#5320
The above config resulted the following commands to run before committing:
eolConverter
was treating/path/to/repo/path/to/file1.js
as glob and converted it to/path/to/repo/path/to/repo/path/to/file1.js
, which resulted intoError: ENOENT: no such file or directory
.It'd be great if your tool could deal with absolute paths too!
The text was updated successfully, but these errors were encountered: