Tags: jaulz/prettier-eslint-cli
Tags
feat(cli): add the --stdin-filepath option (prettier#108) This option is really usefull when using prettier-eslint-cli inside text editor plugins, to let prettier-eslint discover the correct eslintrc configuration for the given file. Related: * prettier#95 * sbdchd/neoformat#112 * prettier/prettier-emacs#10 (comment)
feat: update for the prettier-eslint beta (prettier#99) This package now supports prettier's configuration capabilities
fix: Bumped eslint, prettier-eslint to latest with updates (prettier#97) * fix: Bumped eslint, prettier-eslint to latest with updates Bumped eslint to 4.5.0 and prettier-eslint to 6.4.2. Updated eslint-config-kentcdodds to 12.4.2. Added some changes to package.json to correct new formatting of error rules form eslint. Imported Config and Lint from eslint/lib to pass into the new ConfigFile.load(file, context) fix: update to eslint 4.0 prettier#94 * fix: Fixes after PR Review Updates after PR Review to move const location closes prettier#94
fix: remov default values for eslintPath and prettierPath (prettier#93) * Removed default values for eslintPath and prettierPath These values are not required by prettier-eslint-cli itself. They are only passed to prettier-eslint, and even then, they're optional. When using npm >3, passing the default value is optional, since the node_modules directory is flattened, but for npm 2.x, the default assumptions don't work. People should be running npm >3 today, but for CI scenarios, npm 2 or downwards can still be used in combination with node 4.x (which is going to be supported for a long time still). In any case, not passing a default value seems to align better with node's require algorithm - it will start where it needs to start (in this case wherever the prettier-eslint dependency has been installed), and then mimick find-up's logic. * Removed superfluous imports
feat(options): allow specifying eslint configuration file as an argum… …ent (prettier#91) * feat(options): allow specifying eslint configuration file as an argument closes prettier#37 * test(options): add stub test for eslintConfigPath option * Update .all-contributorsrc
fix(CLI): --list-different: error out there are differences (prettier#78 ) * docs(contributor): new contributor * fix(cli): --list-different: error out when contents has changed
feat(logging): Respect logLevel.SILENT when logging formatted file ch… …anges (prettier#74) * feat(logging): Respect logLevel.SILENT when logging formatted file changes We now respect the logLevel when logging out the results of files that have been changed by `format-files`. Previously even if the log level was silent we still logged this out. * Contributor * ESLint warning
PreviousNext