Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hyeon/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyeon/eslint-config

Hansanghyun custom eslint settings

  • 6.0.17
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by10%
Maintainers
1
Weekly downloads
 
Created
Source

A rule set of hyeon's ESLint configurations

  • 참고
    • eslint:recommended List of available rules - ESLint - Pluggable JavaScript linter
    • @typescript-eslint/recommended typescript-eslint/packages/eslint-plugin at main · typescript-eslint/typescript-eslint

Installation

bun install --save-dev @hyeon/eslint-config
npm install --save-dev @hyeon/eslint-config
yarn add --save-dev @hyeon/eslint-config
pnpm add --save-dev @hyeon/eslint-config

Usage

@hyeon/eslint-config

javascript 프로젝트에서 사용추천

module.exports = {
  extends: [
    "@hyeon/eslint-config",
    // "@hyeon/eslint-config/prettier"
  ]
}

@hyeon/eslint-config/typescript

typescript 프로젝트에서 사용추천

module.exports = {
  extends: [
    "@hyeon/eslint-config",
    "@hyeon/eslint-config/typescript",
    // "@hyeon/eslint-config/prettier"
  ]
}

@hyeon/eslint-config/react

react 프로젝트에서 사용추천

module.exports = {
  "extends": [
    "@hyeon/eslint-config",
    // "@hyeon/eslint-config/typescript", // 타입스크립트 프로젝트에서 주석제거
    "@hyeon/eslint-config/react",
    // '@hyeon/eslint-config/prettier',
    // 'prettier/react',
  ],
}

Keywords

FAQs

Package last updated on 19 Jun 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc