2.0.7 • Published 10 days ago

@channel.io/eslint-config v2.0.7

Weekly downloads
23
License
MIT
Repository
github
Last release
10 days ago

@channel.io/eslint-config

ESLint configuration for Channel.io web projects

Installation

npm

$ npm install --dev @channel.io/eslint-config

Yarn

$ yarn add --dev @channel.io/eslint-config

Supports

This config supports Next, Web(React), Node

  • @channel.io/eslint-config: the basic config for JavaScript projects for which there isn't a more specific config,
  • @channel.io/eslint-config/web: the config for code that runs in web browsers, with support for React and JSX,
  • @channel.io/eslint-config/node: the config for code that runs in Node.
  • @channel.io/eslint-config/next: the config for Next.js Project

For React Web

{
  "extends": "@channel.io/eslint-config/web"
}

For Node Projects

{
  "extends": "@channel.io/eslint-config/node"
}

For Next

{
  "extends": "@channel.io/eslint-config/next"
}

Code Formatting

From ESLint 8.53.0, formatting-related features are being deprecated gradually. It is assumed that you are using Prettier for formatting in conjunction with this configuration.

For the prettier config that Channel.io is using, please check @channel.io/prettier-config

2.0.7

10 days ago

2.0.6

17 days ago

2.0.5

28 days ago

2.0.4

2 months ago

2.0.3

2 months ago

2.0.2

2 months ago

2.0.1

2 months ago

2.0.0

2 months ago

2.0.0-alpha.3

2 months ago

2.0.0-alpha.4

2 months ago

2.0.0-alpha.1

2 months ago

2.0.0-alpha.2

2 months ago

1.5.1

10 months ago

1.5.0

12 months ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago