eslint-config-tui

6.0.0-beta • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-tui

Weekly Downloads

1,493

Version

6.0.0-beta

License

MIT

Unpacked Size

12.9 kB

Total Files

7

Last publish

Collaborators

  • nhnent