Socket
Socket
Sign inDemoInstall

@bryanrsmith/eslint-config-standard

Package Overview
Dependencies
186
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bryanrsmith/eslint-config-standard

My standard eslint config


Version published
Weekly downloads
11
increased by266.67%
Maintainers
1
Install size
54.6 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-standard

This is the standard eslint config that I use for personal projects.

npm install --save-dev @bryanrsmith/eslint-config-standard

example .eslintrc:

{
    "extends": "@bryanrsmith/eslint-config-standard",
    "parser": "babel-eslint",
    "env": {
        "es6": true,
        "node": true
    },
    "ecmaFeatures": {
        "modules": true,
        "experimentalObjectRestSpread": true
    }
}

FAQs

Last updated on 30 Apr 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc