eslint-config-clutter

1.0.0-beta.3 • Public • Published

eslint-config-clutter

npm version

This package uses ESLint to enforce Clutter's code style and provides a configuration for our React Typescript projects. We use this package in conjunction with Prettier for linting our projects.

Install

yarn add --dev eslint-config-clutter eslint

This ESLint configuration uses @rushstack/eslint-patch which allows our configuration to bring along its own plugins rather than imposing peer dependencies on every consumer of the config. See the README for more information.

Usage

  1. Add "extends": "clutter" to your ESLint configuration file.
  2. Enable the Prettier configuration by updating the project's package.json with the following:
{
  "prettier": "eslint-config-clutter/prettier-config"
}

Resources

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-clutter

Weekly Downloads

62

Version

1.0.0-beta.3

License

UNLICENSED

Unpacked Size

7.94 kB

Total Files

4

Last publish

Collaborators

  • cluttertech