# tui.eslint.config **Repository Path**: mirrors_nhn/tui.eslint.config ## Basic Information - **Project Name**: tui.eslint.config - **Description**: ESLint Sharable Configuration for TUI Component - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`. ```javascript // 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](https://github.com/nhn/fe.javascript/wiki) [Configuring ESLint](http://eslint.org/docs/user-guide/configuring) ## License This software is licensed under the [MIT](https://github.com/nhn/tui.eslint.config/blob/master/LICENSE) © [NHN Cloud](https://github.com/nhn).