Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 914 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 914 Bytes

eslint-config-tui

ESLint sharable config for TUI components

Install

$ npm install eslint eslint-config-tui --save-dev

Usage

Add .eslintrc.js on your project's root directory.

// eslint.config.js
import tuiConfig from "eslint-config-tui"

module.exports = [
  tuiConfig,
  {
    rules: {
      // Override rules or Add more rules
    }
  }
];

If you want to distinguish with tui/es6, use a version before 5.0.0

Learn more

JavaScript Style Guide

Configuring ESLint

Using a Shareable Configuration Package

License

This software is licensed under the MIT © NHN Cloud.