Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uplintText and lintTextSync forcefully interact with the file system API #904
Comments
This comment has been minimized.
This comment has been minimized.
It may be worth using standard-engine directly (with Part of the philosophy of the |
This comment has been minimized.
This comment has been minimized.
|
@Flet Maybe we should change |
This comment has been minimized.
This comment has been minimized.
|
@feross yeah that makes sense! |
feross
added a commit
to standard/standard-engine
that referenced
this issue
Jun 21, 2017
This comment has been minimized.
This comment has been minimized.
|
PR sent: standard/standard-engine#166 @sadasant Can you check if using |
sadasant commentedMay 31, 2017
Hi team!
We're planning to use standard as a formatting API tool, since we know this repo offers functions such as🤔 ❔
lintTextandlintTextSync. However, our target software does heavy interactions with the file system, and we do heavily mock the file system in our unit tests. I wonder if we could optionally disallow standard to use the file system API for lintText and lintTextSync. What do you people think?