This package has been deprecated

Author message:

Package has been renamed to @channel.io/eslint-config

@channel.io/eslint-config-channel

1.0.5 • Public • Published

eslint-config-channel

An eslint configuration for channel web projects.

Installation

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

Install Packages

Get peer dependency lists and install them.

$ npm info @channel.io/eslint-config-channel peerDependencies

Or install with install-peerdeps.

$ npx install-peerdeps --dev @channel.io/eslint-config-channel

See more on guide on eslint-airbnb-config .

Configure

create .eslintrc file and extend this library.

module.exports = {
  "extends": [
    "@channel.io/eslint-config-channel",
  ],
}

Dependents (0)

Package Sidebar

Install

npm i @channel.io/eslint-config-channel

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

7.55 kB

Total Files

8

Last publish

Collaborators

  • sungik.dev
  • quino0627
  • zoyi
  • choichoigang
  • acehong1021