1.0.0 • Published 2 years ago

@economist/eslint-config-caas v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

eslint-config-caas

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

Usage

  1. npx install-peerdeps --dev @economist/eslint-config-caas
  2. 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.