2.0.1 • Published 7 months ago

@itcode-dev/eslint-config v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

eslint-config-itcode

  • itcode.dev 전역 ESLint 설정

사용 디펜던시

사용법

# yarn
yarn add -D @itcode-dev/eslint-config

# yarn berry
yarn add -D @itcode-dev/eslint-config @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-airbnb eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-sort-keys-fix eslint-plugin-unused-imports
// .eslintrc.js
{
	extends: [ '@itcode-dev' ],
	// ...
}