Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

standard-config/eslint

Repository files navigation

@standard‑config/eslint

A companion to Oxlint.

 

Overview

TypeScript-first ESLint config designed to complement @standard-config/oxlint. Focuses primarily on stylistic and React-related rules not available in Oxlint.

Important

This package is deprecated. Use the supplemental Oxlint configs instead.

Install

npm install --save-dev @standard-config/eslint
pnpm add --save-dev @standard-config/eslint

Usage

Create your eslint.config.ts:

import { defineConfig } from '@standard-config/eslint';

export default defineConfig();

React

The React-related rules included with Standard Config are off by default. You can enable them by setting react: true at the root of your config.

import { defineConfig } from '@standard-config/eslint';

export default defineConfig({
    react: true,
});

Related

License

MIT © Dom Porada

About

ESLint config designed to complement Oxlint

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors