1.0.2 • Published 1 year ago
@economist/eslint-config-caas v1.0.2
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.