1.0.0 • Published 2 years ago

eslint-config-foxsports v1.0.0

Weekly downloads
21
License
ISC
Repository
github
Last release
2 years ago

eslint-config-foxsports

Web developer javascript standards for Kayo & Fox Sports

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-config-foxsports:

$ npm install eslint-config-foxsports --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-config-foxsports globally.

Usage

Add foxsports to the extends section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "extends": [
        "foxsports"
    ]
}