eslint-config-lucid-typescript

A collection of eslint plugins for typescript with settings focused on reducing cognitive load and improving readability.

MIT 13 个版本
安装
npm install eslint-config-lucid-typescript
yarn add eslint-config-lucid-typescript
pnpm add eslint-config-lucid-typescript
bun add eslint-config-lucid-typescript
README

Eslint Config Lucid Typescript

A collection of eslint plugins for typescript with settings focused on reducing cognitive load and improving readability.


Disclaimer

Lucid only supports the new flat config that shipped with ESLint v8.21.0


Installation

First install peer dependencies:

npm i eslint typescript 

Next, install eslint-config-lucid-typescript:

npm i eslint-config-lucid-typescript

Then add Lucid to your eslint.config.js configuration file.

import lucid from 'eslint-config-lucid';

export default [
	...lucid,
	// ... other rule sets.
];

Rules

@stylistic : object

ESLint rules for @stylistic/eslint-plugin.

@typescript-eslint : object

ESLint rules for @typescript-eslint/eslint-plugin. NOTE: Rules that re-implement core rules have the same settings as lucid and are omitted from this page. Rules that are not specific to typescript are disabled.

版本列表
1.0.0 2025-09-15
0.7.0 2024-10-25
0.6.1 2024-04-14
0.6.0 2024-01-21
0.5.3 2024-01-09
0.5.2 2024-01-08
0.5.1 2024-01-08
0.5.0 2024-01-08
0.4.0 2024-01-06
0.3.0 2023-09-05
0.2.1 2023-03-01
0.2.0 2023-02-28
0.1.0 2023-02-28