4.0.0-alpha.3 • Published 3 years ago

@guardian/eslint-plugin-source v4.0.0-alpha.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@guardian/eslint-plugin-source

ESLint plugin for Guardian projects using @guardian/source-* packages.

Installation

yarn add -D @guardian/eslint-plugin-source

or

npm install --save-dev @guardian/eslint-plugin-source

Usage

// ESLint configuration file
{
    "extends": "plugin:@guardian/eslint-plugin-source/recommended"
}