eslint-config-gitbook

5.0.1 • Public • Published

eslint-config-gitbook

NPM version Build Status

This package provides GitBook's .eslintrc as an extensible shared config. It is mostly based on airbnb styleguide and setup with prettier to code format with eslint --fix.

Installation

npm install eslint-config-gitbook --save-dev

With npm 5+, you can now install the package along with its peer dependencies easily:

npx install-peerdeps --dev eslint-config-gitbook

Usage

Add to your .eslintrc:

{
    "extends": "gitbook"
}

/eslint-config-gitbook/

    Package Sidebar

    Install

    npm i eslint-config-gitbook

    Weekly Downloads

    19

    Version

    5.0.1

    License

    Apache-2.0

    Unpacked Size

    64.1 kB

    Total Files

    12

    Last publish

    Collaborators

    • samypesse