Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiet option to suppress package loading logging #46

Closed
poteat opened this issue Sep 9, 2020 · 1 comment
Closed

Quiet option to suppress package loading logging #46

poteat opened this issue Sep 9, 2020 · 1 comment

Comments

@poteat
Copy link

poteat commented Sep 9, 2020

Even with the quiet keyword, the following info is always logged to console:

> eslint --fix --quiet --color --ext .html,.js,.json,.jsx,.md *.*

EsLint-config-adjunct loaded the following packages:

  eslint-plugin-array-func
  eslint-plugin-eslint-comments
  eslint-plugin-html
  eslint-plugin-json
  eslint-plugin-markdown
  eslint-plugin-no-constructor-bind
  eslint-plugin-no-use-extend-native
  eslint-plugin-optimize-regex
  eslint-plugin-promise
  eslint-plugin-simple-import-sort
  eslint-plugin-switch-case
  eslint-plugin-unicorn
  eslint-plugin-no-secrets
  eslint-plugin-no-unsanitized
  eslint-plugin-scanjs-rules
  eslint-plugin-security
  eslint-plugin-sonarjs
  eslint-plugin-jest
  eslint-plugin-jest-async
  eslint-plugin-prettier
  eslint-config-prettier
  eslint-config-prettier/@typescript-eslint
  eslint-config-prettier/unicorn
  eslint-test-overrides

I love this configuration and use it for all of my projects (very underrated in general). Thanks for making this! :)

@poteat
Copy link
Author

poteat commented Mar 10, 2021

Closing per #48 . Thanks everyone!

@poteat poteat closed this as completed Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant