Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-find-new-rules

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-find-new-rules

Use this to save yourself some time when working on a webpack configuration.

  • 1.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
Maintainers
2
Weekly downloads
 
Created
Source

eslint-find-new-rules

Use this for your own ESLint shareable configuration to identify built-in ESLint rules that you're not explicitly configuring.

Build Status Code Coverage version downloads MIT License PRs Welcome

All Contributors

Usage

The intended usage is as an npm script:

{
  ...
  "scripts": {
    "find-new-rules": "eslint-find-new-rules eslint-config-yourConfigName"
  }
  ...
}

Then run it with: $ npm run find-new-rules -s (the -s is to silence npm output).

Specify a file

This is really handy in an actual config module (like mine) where you could also do:

eslint-find-new-rules ./index.js

This is resolved relative to the process.cwd() which, in the context of npm scripts is always the location of your package.json.

Absolute Path

You can also provide an absolute path:

eslint-find-new-rules ~/Developer/eslint-config-kentcdodds/index.js

Default to main

It will also default to the main in your package.json, so you can omit the argument altogether:

eslint-find-new-rules

Contributors

Thanks goes to these wonderful people (emoji key):

Kent C. Dodds
Kent C. Dodds

💻 📖 ⚠️
Michał Gołębiowski
Michał Gołębiowski

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Special thanks to @mgol who created the original script.

LICENSE

MIT

FAQs

Package last updated on 17 Mar 2016

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