6.16.0 • Published 6 months ago

eslint-config-tui v6.16.0

Weekly downloads
731
License
MIT
Repository
github
Last release
6 months ago

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.

6.0.1

7 months ago

6.0.0

7 months ago

6.0.1-beta

7 months ago

6.16.0

6 months ago

6.0.0-beta

10 months ago

5.5.0

1 year ago

5.4.0

2 years ago

5.3.0

2 years ago

5.2.1

3 years ago

5.2.0

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.1.0

5 years ago

3.0.0

6 years ago

2.2.0

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago