@hyeon/eslint-config

5.0.0 • Public • Published

A rule set of hyeon's ESLint configurations

Installation

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',
  ],
}

Package Sidebar

Install

npm i @hyeon/eslint-config

Weekly Downloads

3

Version

5.0.0

License

MIT

Unpacked Size

28.3 kB

Total Files

26

Last publish

Collaborators

  • hyeon