1.0.5 • Published 4 years ago

@channel.io/eslint-config-channel v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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",
  ],
}
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago