@frctl/eslint-config-frctl

0.1.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    5
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @frctl/eslint-config-frctl

Weekly Downloads

5

Version

0.1.3

License

MIT

Last publish

Collaborators

  • mihkeleidast
  • chapabu
  • tomdavies
  • allmarkedup
  • dkhuntrods