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

@fuchsfox/eslint-config-ff

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

@fuchsfox/eslint-config-ff

ESLint config of FUCHSFOX

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-ff

ESLint config of FUCHSFOX

Setup

  1. run yarn add -D @fuchsfox/eslint-config-ff or npm i -D @fuchsfox/eslint-config-ff

  2. Install the correct versions of each package, which are listed by the command:

    npm info "eslint-config-ff@latest" peerDependencies

  3. Add the following to your .eslintrc depending on your platform

single extensions

{
  "extends": "@fuchsfox/ff/native"
}
{
  "extends": "@fuchsfox/ff/browser"
}

multiple extensions

{
  "extends": [
     "@fuchsfox/ff/node", 
     "@fuchsfox/ff/browser"
  ]
}

As soon as you add a prettier.rc you'll overwrite the prettier-config, even if your file is empty.

Keywords

FAQs

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