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...
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.txtwhat I did was edit cli-util.js and set default window width size to 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...