@skyalert/eslint-config

1.0.2 • Public • Published

ESLINT package for SkyAlert projects

Best practices and way of code in Organization. Based on package config eslint-config-airbnb-base and plugin eslint-plugin-react.

To use it is needed eslint as devDependency:

$ npm install -D eslint

Then this package is ready yo be installed:

$ npm install -D @skyalert/eslint-config

To get all ready, is needed a file .eslintrc in the project's root:

{
  "extends": "@skyalert"
}

If there's more than a package in the project (e.g. using lerna), copy the same .eslintrc in every package root

Readme

Keywords

none

Package Sidebar

Install

npm i @skyalert/eslint-config

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.09 kB

Total Files

7

Last publish

Collaborators

  • nalgmann
  • ztrange