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

eslint-config-moving-meadow

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-moving-meadow

eslint configuration for moving meadow projects

  • 2.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-89.39%
Maintainers
1
Weekly downloads
 
Created
Source

What's this?

eslint configuration for some of my projects. You might not want to use this (yet).

Install

When using mocha :coffee: :

npm install --save-dev eslint-plugin-mocha eslint-plugin-budapestian eslint-plugin-import eslint-plugin-node eslint-plugin-security eslint-plugin-unicorn@15 eslint-config-prettier eslint-config-moving-meadow

When using jest :black_joker: :

npm install --save-dev eslint-plugin-jest eslint-plugin-budapestian eslint-plugin-import eslint-plugin-node eslint-plugin-security eslint-plugin-unicorn@15 eslint-config-prettier eslint-config-moving-meadow

When using yarn replace npm install --save-dev with yarn add -D

  • The @15 for unicorn is necessary because several of my projects still support node 8 and eslint-plugin-unicorn > 15 doesn't anymore.

Features

Will automatically detect whether your project uses mocha or jest and will apply either the eslint-plugin-mocha or the eslint-plugin-jest rules (or both of them if your project uses both of them :open_mouth:).

Flare'n status section

lint and test npm stable version MIT licensed

FAQs

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