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

eslint-config-yoshi-base

Package Overview
Dependencies
Maintainers
10
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-yoshi-base

eslint configuration for yoshi

  • 4.78.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
22
increased by29.41%
Maintainers
10
Weekly downloads
 
Created
Source

eslint base configuration for yoshi based projects

linting guidelines

  • Autofixable - We try to use mostly autofixable rules, so lint won't be much of a hassle
  • Strict & balanced - Add non-fixable rules only if they will help to find bugs

Installation

Install all peer dependencies:

  "eslint": "^5.0.0",
  "prettier": "^1.11.1",
  "babel-eslint": "^8.2.2",
  "eslint-plugin-prettier": "^2.6.0"

Add the following to your package.json:

{
  "eslintConfig": {
    "extends": "yoshi-base"
  }
}

Keywords

FAQs

Package last updated on 19 May 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