Socket
Book a DemoInstallSign in
Socket

@cfx-dev/eslint-config-ui

Package Overview
Dependencies
Maintainers
4
Versions
19
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

2.1.3
latest
npmnpm
Version published
Weekly downloads
68
58.14%
Maintainers
4
Weekly downloads
 
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 01 Jul 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.