eslint-config-tui

5.4.0 • 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.

// .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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 5.4.0
    351
    • latest

Version History

Package Sidebar

Install

npm i eslint-config-tui

Weekly Downloads

1,706

Version

5.4.0

License

MIT

Unpacked Size

12.6 kB

Total Files

8

Last publish

Collaborators

  • nhnent