A rule set of hyeon's ESLint configurations
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
import hyeonEslintConfigBase from '@hyeon/eslint-config'
import hyeonEslintConfigReact from '@hyeon/eslint-config/react'
import hyeonEslintConfigPrettier from '@hyeon/eslint-config/prettier'
export default [
...hyeonEslintConfigBase,
...hyeonEslintConfigReact,
...hyeonEslintConfigPrettier,
]
import hyeonEslintConfigBase from '@hyeon/eslint-config'
import hyeonEslintConfigTypescript from '@hyeon/eslint-config/typescript'
import hyeonEslintConfigPrettier from '@hyeon/eslint-config/prettier'
export default [
...hyeonEslintConfigBase,
...hyeonEslintConfigTypescript,
...hyeonEslintConfigPrettier,
]