neverthanmore / eslint-config-booking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-booking

Node Style Guide for Booking.

Install

npm i eslint eslint-config-booking --save-dev

Usage

  • package.json
{
  "devDependencies": {
    "eslint-config-booking": "1",
    "eslint": "3"
  }
}
  • .eslintrc.js
module.exports = {
  extends: 'eslint-config-booking',
};

About

License:MIT License


Languages

Language:JavaScript 100.0%