eslint-config-lucid-typescript

0.6.1 • Public • Published

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.


Rules

@stylistic/plus : object

ESLint rules for @stylistic/eslint-plugin-plus.

@stylistic/ts : object

ESLint rules for @stylistic/eslint-plugin-ts. NOTE: Rules that re-implement rules from other plugins have the same settings as lucid and are omitted from this page.

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

/eslint-config-lucid-typescript/

    Package Sidebar

    Install

    npm i eslint-config-lucid-typescript

    Weekly Downloads

    0

    Version

    0.6.1

    License

    MIT

    Unpacked Size

    34.1 kB

    Total Files

    8

    Last publish

    Collaborators

    • darrenpaulwright