nhn / tui.eslint.config

ESLint Sharable Configuration for TUI Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

// .eslintrc.js
module.exports = {
    'extends': '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.

About

ESLint Sharable Configuration for TUI Component

License:MIT License


Languages

Language:JavaScript 100.0%