Socket
Book a DemoInstallSign in
Socket

eslint-config-poetic

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-poetic

Poetic's ESlint config based on Airbnb's

1.1.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

eslint-config-poetic

travis npm semantic-release

This linter package is based on AirBnB's configuration.

Installation

  • npm install --save-dev eslint-config-poetic
  • add .eslintrc with the following content:
{
  "extends": "poetic"
}

Usage

To run eslint from the command line, try this from your app root directory:

eslint --ext .js,.jsx .

Vim Integration

Install the Syntastic plugin, then add the following to your .vimrc:

let g:syntastic_javascript_checkers=['eslint']
let g:syntastic_javascript_eslint_args="--ext .js,.jsx"

Be sure to remove any other lines that set syntastic_javascript_checkers, if they exist.

Keywords

style

FAQs

Package last updated on 30 Nov 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.