Socket
Socket
Sign inDemoInstall

eslint-config-nashdot

Package Overview
Dependencies
133
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-nashdot

Nashdot's ESLint config


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
30.5 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-nashdot

This package provides Nashdot's .eslintrc as an extensible shared config.

Usage

We export three ESLint configurations for your usage.

eslint-config-nashdot

Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires eslint and eslint-plugin-react.

  1. npm install --save-dev eslint-config-nashdot eslint-plugin-react eslint
  2. add "extends": "nashdot" to your .eslintrc

eslint-config-nashdot/base

Lints ES6+ but does not lint React. Requires eslint.

  1. npm install --save-dev eslint-config-nashdot eslint
  2. add "extends": "nashdot/base" to your .eslintrc

eslint-config-nashdot/legacy

Lints ES5 and below. Only requires eslint.

  1. npm install --save-dev eslint-config-nashdot eslint
  2. add "extends": "nashdot/legacy" to your .eslintrc

Keywords

FAQs

Last updated on 24 Feb 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