eslint-config-fs

0.2.11 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-fs

Weekly Downloads

14

Version

0.2.11

License

MIT

Last publish

Collaborators

  • maratfakhreev
  • danil.agafonov
  • timurv