An eslint configuration for channel web projects.
$ npm install --dev @channel.io/eslint-config
Get peer dependency lists and install them.
$ npm info @channel.io/eslint-config peerDependencies
Or install with install-peerdeps
.
$ npx install-peerdeps --dev @channel.io/eslint-config
See more on guide on eslint-config-airbnb .
create .eslintrc
file and extend this library.
module.exports = {
"extends": [
"@channel.io/eslint-config",
],
}