witheslint
TypeScript icon, indicating that this package has built-in type declarations

1.16.0 • Public • Published

witheslint

Implementing a standardized ESLint configuration across all your projects.


Features

  • One-line configuration reusable across projects.
  • Designed to work with JSX, TypeScript out-of-box.
  • Reasonable defaults: best practices, with better code quality.
  • Opinionated defaults: single quotes, no semicolons, sorted imports.
  • Auto-fix formatting for consistent code style.
  • Utilizes ESLint's new flat config format for easy composition.
  • Support also for Astro, React, Svelte, Solid, Vue.

Usage

install deps

pnpm i -D eslint witheslint

create eslint.config.mjs in your project root

import { defineConfig } from 'witheslint'

export default defineConfig()

Please refer to the documentation for more details.

/witheslint/

    Package Sidebar

    Install

    npm i witheslint

    Weekly Downloads

    26

    Version

    1.16.0

    License

    MIT

    Unpacked Size

    4.51 kB

    Total Files

    7

    Last publish

    Collaborators

    • usings