eslint-config-poetic

1.1.0 • Public • Published

eslint-config-poetic

travis npm semantic-release

This linter package is based on AirBnB's configuration.

Installation

  1. npm install --save-dev eslint-config-poetic
  2. 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.

Package Sidebar

Install

npm i eslint-config-poetic

Weekly Downloads

10

Version

1.1.0

License

MIT

Last publish

Collaborators

  • matthewhager
  • evancorl
  • kmills006
  • chuongle
  • young_spring
  • codengamer