Skip to content

Conversation

@vladik7244
Copy link

@vladik7244 vladik7244 commented Sep 8, 2017

Run:
csscomb --tty-mode somefile.js

Before fix:
options['tty-mode'] == 'somefile.js'
files = []

After fix:
options['tty-mode'] == true
files = ['somefile.js']

It broke the ability to use csscomb with lint-staged. See related issue

@obenjiro obenjiro added this to the 4.3.0 milestone Sep 11, 2017
@tonyganch
Copy link
Member

Merged into dev

@tonyganch tonyganch closed this Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants