0.1.6 • Published 6 years ago

eslint-config-skeleton v0.1.6

Weekly downloads
24
License
MIT
Repository
github
Last release
6 years ago

Skeleton Eslint config

Airbnb eslint with Prettier

npm version

This package gives you a seamless integration between Airbnb eslint and Prettier.

Create a .eslintrc file with the following:

extends: 'eslint-config-skeleton'

Installation

OSX/Linux

To install this package and all its peer dependencies run:

(
  export PKG=eslint-config-skeleton;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Windowss

npm install -g install-peerdeps
install-peerdeps --dev eslint-config-skeleton

Prettier

VS Code integration:

Install Prettier - Code formatter for VS code. Add to the following to the settings:

"prettier.eslintIntegration": true,

See the extension README for more details.

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.54

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago