4.0.0 • Published 7 months ago

eslint-config-whiteroom v4.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

eslint-config-whiteroom

White Room ESLint Configuration

npm version

Installation

# npm
npm install -D eslint-config-whiteroom

# yarn
yarn add -D eslint-config-whiteroom

# pnpm
pnpm add -D eslint-config-whiteroom

Install peer dependencies

npx install-peerdeps --dev eslint-config-whiteroom

Configure ESLint

In your ESLint configuration file:

  1. You need tell the parser where's your tsconfig.json

    + parserOptions: {
    +   project: './tsconfig.json'
    + }
  2. Extends eslint-config-whiteroom

      extends: [
        ...
    +   'whiteroom',
      ]
4.0.0

7 months ago

3.3.1

9 months ago

3.3.0

10 months ago

3.2.0

12 months ago

3.1.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.4

1 year ago

2.1.2

2 years ago

2.1.3

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

4 years ago