Socket
Book a DemoInstallSign in
Socket

@frctl/eslint-config-frctl

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frctl/eslint-config-frctl

ESLint configuration to be shared across all Fractal Repositories

latest
npmnpm
Version
0.1.3
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 04 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts