Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-fs

maratfakhreev34MIT0.2.11

Flatstack's javascript ESLint config

readme

eslint-config-fs

This package provides Flatstack's javascript ESLint config as an extensible shared config.

Usage

  1. Install eslint-config-fs package

Via npm:

npm install eslint-config-fs --save-dev

Via yarn:

yarn add eslint-config-fs --dev
  1. Add "extends": "fs" to your .eslintrc
{
  "extends": "fs",
  "rules": {
    // you can override some of the rules below
    "comma-dangle": 0,
    ...
  },
}

Credits

Eslint-config-fs is maintained by Marat Fakhreev. It was written by Flatstack with the help of our contributors.