Skip to content

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

Notifications You must be signed in to change notification settings

CheesecakeLabs/eslint-config-cheesecakelabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •