@hyeon/eslint-config
v7.0.17
Published
Hansanghyun custom eslint settings
Downloads
1,127
Maintainers
Readme
Installation
npm install --save-dev @hyeon/eslint-config
Usage
import hyeonEslintConfig from '@hyeon/eslint-config'
export default [
...hyeonEslintConfig.recommended,
...hyeonEslintConfig.react,
...hyeonEslintConfig.prettier,
...hyeonEslintConfig.typescript,
]