Skip to content

Latest commit

 

History

History

eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@channel.io/eslint-plugin

ESLint plugins for Channel.io web projects

Installation

npm

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

Yarn

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

Usage

Edit .eslintrc.js

module.exports = {
  // ...
  plugins: ['@channel.io'],
  rules: {
    '@channel.io/no-classnames-with-one-argument': 'error',
    '@channel.io/hooks-deps-element-newline': 'warn'
  }
}

Docs

Documents are written by Korean only.

See also