1.0.1 • Published 8 months ago

@financial-times/eslint-config-community v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

eslint-config-community

ESLint configuration for Community projects

Usage

Reference the shared configuration in your repository's own .eslintrc.js like so:

module.exports = {
	extends: ['@financial-times/eslint-config-community']
}

Avoid using .eslintrc file format since it has been depracated.

You can find the docs for ESLint shareable configs here.