Socket
Socket
Sign inDemoInstall

eslint-disabled-stats

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-disabled-stats

Compute statistics about the eslint rules disabled


Version published
Weekly downloads
1.2K
increased by23.72%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-disabled-stats

Compute statistics about the eslint rules disabled

It could be useful to track the correction of legacy eslint errors on your codebase

The number of analysed files and number of analysed lines could be useful to track the evolution of the eslint errors compared to the evolution of the codebase.

Usage

$ npx eslint-disabled-stats -g -p "example/**/*.(js|ts)"
  _____     _ _       _     ____  _           _     _          _   ____  _        _
 | ____|___| (_)_ __ | |_  |  _ \(_)___  __ _| |__ | | ___  __| | / ___|| |_ __ _| |_ ___
 |  _| / __| | | '_ \| __| | | | | / __|/ _` | '_ \| |/ _ \/ _` | \___ \| __/ _` | __/ __|
 | |___\__ \ | | | | | |_  | |_| | \__ \ (_| | |_) | |  __/ (_| |  ___) | || (_| | |_\__ \
 |_____|___/_|_|_| |_|\__| |____/|_|___/\__,_|_.__/|_|\___|\__,_| |____/ \__\__,_|\__|___/

ℹ Analysing 2 files...
✔ Statistics computed

Rules disabled by rule:
• prefer-const: 1
• eqeqeq: 1
• curly: 1
• ALL_RULES: 1

Rules disabled by file:
• example/index.ts: 3
• example/legacy/legacy-file.js: 1

Total rules disabled:  4

Analysed files:        2
Analysed lines:        19

✔ Done

Options

  • The --pattern / -p flag allows to specify the glob pattern of files on which the statistics are computed. The default pattern is **/*.(js|ts|jsx|tsx)

  • The --quiet / -q flag makes the console output lighter. The details of the errors by rules and by files will be omitted.

License

MIT

FAQs

Package last updated on 01 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc