Socket
Socket
Sign inDemoInstall

eslint-config-catch

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-catch

A set of eslint configurations, for Catch Group web team


Version published
Weekly downloads
1
Maintainers
1
Install size
11.9 MB
Created
Weekly downloads
 

Readme

Source

eslint-config-catch

A composable set of ESLint configurations, for Catch Group Web Team only.

This project is based on Airbnb ESLint rules , extended by Catch Group Web team with modifications by requirements.

Installation

  1. Install this config package and ESLint:

    $ npm install --save-dev eslint eslint-config-catch eslint-config-airbnb@17.0.0
    

    or

    $ yarn add eslint eslint-config-catch eslint-config-airbnb@17.0.0
    
  2. Then, install any additional dependencies required by your configuration. (See Dependencies section below.)

    e.g.
    ```bash
    $ npm install --save-dev eslint-plugin-filenames babel-eslint
    ```
    

Usage

To consume and extend a config in ESLint just add the extends attribute to your .eslintrc. For more details about how shareable configs work, see the ESLint documentation.

---
"extends":
  - "catch"

If you only need React rules, you can do the following:

---
"extends":
  - "catch/rules/react"

About CI/CD

This repo is managed by Travis and npm hooks. It follows the Semantic Release process and gets deployed automatically by Travis if the build is successful on master branch.

To contribute to this repo, please install Commitizen Cli and follow the instructions if you are submitting new commit.

Please never release via Github Manually.

License

Copyright (c) 2018-present, Catch.com.au

Keywords

FAQs

Last updated on 10 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc