🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@cfx-dev/eslint-config-ui

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfx-dev/eslint-config-ui

cfx-dev's ESLint config, following our styleguide

latest
npmnpm
Version
2.1.6
Version published
Maintainers
4
Created
Source

UI Eslint Config

This package provides @cfx-dev eslint shared config.

Instalation

yarn add -D eslint@^9.28.0 @cfx-dev/eslint-config-ui

or

npm install --save-dev eslint@^9.28.0 @cfx-dev/eslint-config-ui

Usage

Add extends to your eslint config file eslint.config.mjs:

import { defineConfig } from "eslint/config";
import cfxUiConfig from "@cfx-dev/eslint-config-ui";

export default defineConfig([
	{
		files: ["src/**/*{ts,tsx}"],
		extends: [cfxUiConfig],
	},
]);

License

This project is licensed under the MIT License.

Keywords

cfx-dev

FAQs

Package last updated on 02 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts