eslint-config-customink

2.1.1 • Public • Published

eslint-config-customink

This package provides CustomInks's ESLint configurations as shareable configs.

Installation

npm install --save-dev eslint-config-customink

Usage

Add "extends": ["customink"] to your ESLint config file to get the base eslint configuration. You can also use customink/browser, customink/node, customink/mocha, and customink/react.

Example

// eslintrc.js
 
module.exports = {
  "extends": [
    "customink/browser",
    "customink/react"
  ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-customink

Weekly Downloads

555

Version

2.1.1

License

MIT

Last publish

Collaborators

  • andrewwillis
  • jdlehman
  • joshuaborn
  • redwreckage
  • wingrunr21