Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cto.ai/eslint-config-base

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cto.ai/eslint-config-base

HackCapital's base ESLint Config

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

@cto.ai/eslint-config-base

Installation

yarn add @cto.ai/eslint-config-base

Usage

Your .eslintrc.js can extend this, ie.

{
  extends: '@cto.ai/base'
}

Overriding settings

You can override settings on a per-project basis. If you find a setting you think should be changed for all projects please make a pull request to https://github.com/hackcapital/eslint

Example .eslintrc.js with overridden settings:

module.exports = {
  extends: "@cto.ai/base",
  rules: {
    'linebreak-style': 'off', // disabled for docker on windows
  },
}

Keywords

FAQs

Package last updated on 19 Feb 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc