You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@hyeon/linter

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyeon/linter

Hansanghyun custom eslint settings

7.3.6
latest
Source
npmnpm
Version published
Weekly downloads
242
54.14%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save-dev @hyeon/linter

Usage

import hyeonLinter from '@hyeon/linter'

export default [
  ...hyeonLinter.react,
  ...hyeonLinter.prettier,
  ...hyeonLinter.typescript,
]

TypeScript (NestJS 지원 포함)

TypeScript 설정은 NestJS 데코레이터를 포함한 모든 TypeScript 기능을 지원합니다:

// eslint.config.js
import hyeonLinter from '@hyeon/linter'

export default [
  ...hyeonLinter.typescript,
]

vite

uninstall

eslint-plugin-react-hooks eslint-plugin-react-refresh typescript-eslint globals @eslint/js

Keywords

eslint

FAQs

Package last updated on 31 May 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