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

@activescott/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activescott/eslint-config

An ESLint sharable config for TypeScript.

  • 1.0.0-beta.2
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@activescott/eslint-config

This is @activescott's sharable config for ESLint. The Default config is for TypeScript. Multiple config may be added to this package in the future as described at https://eslint.org/docs/developer-guide/shareable-configs#sharing-multiple-configs

Usage

Add the following dependencies to your project:

yarn add --dev eslint @activescott/eslint-config @typescript-eslint/eslint-plugin

Create a .eslintrc.yaml file in the root with the following content:

extends:
  - "@activescott/eslint-config"

See https://eslint.org/docs/user-guide/configuring for more information.

Local Testing

You can also test your shareable config on your computer before publishing by linking your module globally. Type:

yarn link

Then, in your project that wants to use your shareable config, type:

yarn link @activescott/eslint-config

Todo

FAQs

Package last updated on 28 Sep 2019

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