eslint-config-jwalker
TypeScript icon, indicating that this package has built-in type declarations

10.3.0 • Public • Published

eslint-config-jwalker

Shareable ESLint config

Install

npm i -D eslint-config-jwalker

Usage

import { common, typescript, node } from 'eslint-config-jwalker'

/** @type {import('eslint').Linter.FlatConfig[]} */
export default [
    ...common,
    ...node,
    ...typescript,
    {
        rules: {
            // override?
            'import/extensions': 'off',
        },
    },
]

Presets + Custom Rules

Screenshot

/eslint-config-jwalker/

    Package Sidebar

    Install

    npm i eslint-config-jwalker

    Weekly Downloads

    11

    Version

    10.3.0

    License

    MIT

    Unpacked Size

    30.7 kB

    Total Files

    23

    Last publish

    Collaborators

    • jonataswalker