0.1.3 • Published 7 years ago

@frctl/eslint-config-frctl v0.1.3

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

eslint-config-frctl

ESLint configuration to be shared across all Fractal repositories.

NPM Version

Overview

This package is an ESLint shareable config which can be used in conjunction with an ESLint based plugin such as xo, in order to help maintain consistent styles across a codebase.

"xo": {
  "extends": "@frctl/eslint-config-frctl"
}

Installation

Installation is via npm.

npm i @frctl/eslint-config-frctl

Usage

To use with xo, first ensure the package has been installed (see above) and then pass the package name to the the extends option in package.json:

{
  "name": "repo-name",
  ...
  },
  "devDependencies": {
    "@frctl/eslint-config-frctl": "0.1.0"
  },
  "xo": {
    "extends": "@frctl/eslint-config-frctl"
  }
}

Requirements

Node: >= 6.0.0

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago