eslint-config-ca

3.0.0 • Public • Published

eslint-config-ca

Greenkeeper badge Build Status dependencies devDependency Status Commitizen friendly

Overview

This package provides CA's .eslintrc as an extensible shared config. This configuration is intended to be used in all CA React components and applications.

Installation

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

Usage

Once the eslint-config-ca package is installed, you can use it by specifying ca in the extends section of your ESLint configuration.

{
  "extends": "ca",
  "rules": {
    // Additional, per-project rules...
  }
}

How Can You Contribute

Your contributions are welcome and much appreciated. To learn more, see the Contribution Guidelines.

This project supports commitizen. You can use npm run commit to run the local instance of commitizen or git cz if you have it installed globally.

Alternatively, if you are simply using git commit, you must follow this format: git commit -m "<type>: <subject>"

License

Copyright (c) 2017 CA. All rights reserved. This software may be modified and distributed under the terms of the MIT license. To learn more, see the License.

Package Sidebar

Install

npm i eslint-config-ca

Weekly Downloads

0

Version

3.0.0

License

MIT

Last publish

Collaborators

  • catechnologies