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

eslint-config-settled

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-settled

ESLint config used by Settled.co.uk. Based on AirBnB's implementation.

  • 0.1.11
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

Settled JavaScript ESLint Config

ESLint config used by Settled.co.uk. Based on AirBnB's implementation.

Changes / WIP

This module is a work in progress and will be updated as required.

Usage

Inside your ESLint file you just need to extend from this module.

{
  "extends": "eslint-config-settled"
}

You also need to define your development dependencies in package.json:

{
  "devDependencies": {
    // Always required.
    "eslint": "2.8.x",
    "eslint-config-airbnb": "latest",
    "eslint-config-settled": "latest",

    // Include other ESLint plugins as required.
    "eslint-plugin-babel": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jsx-a11y": "latest",
    "eslint-plugin-react": "latest",
  }
}

Keywords

FAQs

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