Package Exports
- eslint-config-tui
- eslint-config-tui/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-tui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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