configs

junghyeonsu's custom configs

Downloads
33
Stars
7
Committers
3

configs

설정들을 패키지로 만들어놔요.

Quick Start

ESLint + Prettier

React, TypeScript 프로젝트

  • npm
npm install --dev @junghyeonsu/eslint-plugin eslint prettier
  • yarn v1
yarn add -D @junghyeonsu/eslint-plugin eslint prettier
  • yarn berry + pnp
yarn add -D @junghyeonsu/eslint-plugin eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-import eslint-plugin-json-format eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-simple-import-sort
// .esilntrc.js
module.exports = {
  plugins: ["@junghyeonsu"],
  extends: ["plugin:@junghyeonsu/auto"],
};