Socket
Book a DemoInstallSign in
Socket

@economist/eslint-config-caas

Package Overview
Dependencies
Maintainers
190
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@economist/eslint-config-caas

CaaS team sharable ESLint configuration

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
190
Created
Source

eslint-config-caas

Sharable TypeScript ESLint configuration for use in projects maintained by the CaaS team.

Usage

  • npx install-peerdeps --dev @economist/eslint-config-caas
  • Add the following ESLint config:
{
  "extends": ["@economist/eslint-config-caas"],
  "parserOptions": {
    "project": "path/to/your/tsconfig.json"
  }
}

Local Testing

From your branch in this repository:

npm link

Then from the project you wish to use this configuration in:

npm link @economist/eslint-config-caas

Deployment

NPM packages are published via CircleCI. To publish a package, create a tagged release in this repository, using semantic versioning.

FAQs

Package last updated on 19 Nov 2024

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