eslint-config-cheesecakelabs

4.0.2 • Public • Published

eslint-config-cheesecakelabs

This package provides CheesecakeLab's .eslintrc extensible shared config.

Install

with yarn:

$ yarn add --dev eslint-config-cheesecakelabs

or with npm:

$ npm install --save-dev eslint-config-cheesecakelabs

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. Instead of using a file path for the value of extends, use your module name.

For example:

{
    "extends": "eslint-config-cheesecakelabs"
}

You can also omit the `eslint-config- and it will be automatically assumed by ESLint:

{
    "extends": "cheesecakelabs"
}

React

IMPORTANT: To use the react config, you need to add it explicitly.

{
  "extends": "cheesecakelabs/react"
}

More Info

/eslint-config-cheesecakelabs/

    Package Sidebar

    Install

    npm i eslint-config-cheesecakelabs

    Weekly Downloads

    16

    Version

    4.0.2

    License

    MIT

    Unpacked Size

    3.45 kB

    Total Files

    4

    Last publish

    Collaborators

    • ckldeveloper2
    • bsmaniotto
    • beatriz1304
    • matbueno
    • helderburato
    • caiangums