Skip to content

jdpnielsen/eslint-config

Repository files navigation

@jdpnielsen/eslint-config

Provides extensible base eslint configuration. There are 3 variants;

Installation

npm install @jdpnielsen/eslint-config

or

yarn add @jdpnielsen/eslint-config

@jdpnielsen/eslint-config

Use this configuration alongside the base configuration if your project uses Typescript.

Usage

In your project's .eslintrc, add the following:

{
  "extends": ["@jdpnielsen/eslint-config"]
}

@jdpnielsen/eslint-config/typescript

Use this configuration alongside the base configuration if your project uses Typescript.

Usage

In your project's .eslintrc, add the following:

{
  "extends": ["@jdpnielsen/eslint-config/typescript"]
}

@jdpnielsen/eslint-config/react

Use this configuration alongside the base configuration if your project uses React.

Usage

In your project's .eslintrc, add the following:

{
  "extends": ["@jdpnielsen/eslint-config/react"]
}

Development

Install all necessary development dependencies by running npm install --dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published