- 'run `%s` to install yarn@1 globally (needed for specifying --cwd & `yarn which`), and `%s` to add prettier-eslint-cli to your project (configurable at prettier-eslint.cwd).',
+ 'run `%s` to install yarn@1 globally (needed for specifying --cwd), and `%s` to add prettier-eslint-cli to your project (configurable at prettier-eslint.cwd).',
'npm install --global yarn@1',
'yarn add --dev prettier-eslint-cli'
);
}
protected function parseLinterOutput($path, $err, $stdout, $stderr) {