Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1016 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 1016 Bytes

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