Skip to content

Not able to save output as single column #348

@1951FDG

Description

@1951FDG

A while ago the output was improved (#9), but for some reason I can't seem to be able to save the output as a single column, it always defaults to 2 columns

npm run --silent eslint-find-option-rules > ./unused-rules.txt

what I did was edit cli-util.js and set default window width size to 40

var availableWidth = size.width || /* istanbul ignore next */40;

Don't know what the best way to go about this, maybe provide a parameter to change to single line ouput, or change default window size width, or etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions