1.0.3 • Published 5 months ago

@esmate/eslint v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@esmate/eslint

ESLint configuration for humans with support for React, Vue, Svelte, Astro, Tailwind CSS, and more.

Installation

npm install -D @esmate/eslint eslint

If you are using ESMate CLI, it's built-in, so only need to install eslint.

Usage

Define your ESLint configuration in a eslint.config.js file:

// @ts-check
import { defineConfig } from "@esmate/eslint";

export default defineConfig({
  type: "app",
  react: true,
  ignores: [],
});

@esmate/eslint is a wrapper around @antfu/eslint-config with customizations to ensure compatibility with @esmate/prettier by default.

Check out @antfu/eslint-config to see all available options for React, Vue, Astro, Svelte, and more.

Run ESLint to check your code:

eslint .

Automatically fix formatting issues:

eslint --write .
1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

6 months ago

0.0.22

6 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.19

6 months ago

0.0.18

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago