SkillAgentSearch skills...

Tui.eslint.config

ESLint Sharable Configuration for TUI Component

Install / Use

/learn @nhn/Tui.eslint.config
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

eslint-config-tui

ESLint sharable config for TUI components

Install

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

Usage

Note: If you have configured your project to use ESM (ECMAScript Modules) format, you can also write your ESLint configuration using the filename eslint.config.js.

// eslint.config.mjs
import tui from 'eslint-config-tui';

export default [
  ...tui,
  {
    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

License

This software is licensed under the MIT © NHN Cloud.

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated22d ago
Forks5

Languages

JavaScript

Security Score

90/100

Audited on Mar 17, 2026

No findings