Skip to content

channel-io/eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin

Installation

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

  2. 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