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

eslint-config-powel

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-powel

Powel ESLint configs

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
93
increased by38.81%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-powel

Shareable ESLint configs to be used in Powel web projects. Based on semistandard.

Usage

Common

npm i -D eslint eslint-config-powel eslint-config-semistandard

Add to your .eslintrc

{
  "extends": "powel"
}

Babel ES6

To use the Babel rule set:

npm i -D eslint eslint-config-powel babel-eslint eslint-plugin-babel

Add this to your .eslintrc:

{
  "extends": "powel/babel"
}

React

To use the React rule set:

npm i -D eslint eslint-config-powel eslint-plugin-react

Add this to your .eslintrc:

{
  "extends": "powel/react"
}

Composition

You can use any combination of these shareable configs.

Install the dependencies:

npm i -D eslint eslint-config-powel eslint-config-semistandard babel-eslint eslint-plugin-babel eslint-plugin-react

.eslintrc:

{
  "extends": [
    "powel",
    "powel/babel",
    "powel/react"
  ],
  "rules": {
    // custom tweaks
  }
}

FAQs

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