New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eastwood

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eastwood

Eslint config installer

  • 6.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-76.32%
Maintainers
1
Weekly downloads
 
Created
Source

Eastwood

npm

Eastwood aims to provide simple setup of ESLint and editor configurations. 3.0.0+ correctly installs packages as devDependencies.

Installation & Use

npm install -g eastwood
eastwood airbnb

ESLint allows extending or overriding the .eslintrc file per directory. With the --here flag, Eastwood will install any required packages, but only add the appropriate .eslintrc to the current directory.

eastwood react-app
cd lib
eastwood airbnb --here

Internal Rulesets

If no ruleset is provided, airbnb is used as default.

External Rulesets

Rulesets not in the internal list will cause Eastwood to check for a npm package prefixed with eastwood-config-. eastwood-config-example has been created to demonstrate this.

npm install --save-dev eastwood-config-example
eastwood example

Configs also work with the --here flag.

Currently, the package must be in the local npm_modules folder. Support for globally installed modules is planned.

Plans

  • Support checks for globally installed eastwood-config-* packages
  • Writing an .eslintrc to the local directory
  • Updating .eslintrc rather than just an initial write.
  • Updating .editorconfig rather than just an initial write.

And maybe:

  • Prettier?
  • Who knows?

Keywords

FAQs

Package last updated on 21 May 2019

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