2.1.1 • Published 10 years ago

eslint-config-customink v2.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

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"
  ]
};
2.1.1

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago