A rule set of hyeon's ESLint configurations
Installation
npm install --save-dev @hyeon/eslint-config
Usage
import hyeonEslintConfig from '@hyeon/eslint-config'
export default [
...hyeonEslintConfig.base,
...hyeonEslintConfig.react,
...hyeonEslintConfig.typescript,
...hyeonEslintConfig.plus,
]
import hyeonEslintConfig from '@hyeon/eslint-config'
export default [
...hyeonEslintConfig.base,
...hyeonEslintConfig.js,
...hyeonEslintConfig.plus,
]
import hyeonEslintConfig from '@hyeon/eslint-config'
export default [
...hyeonEslintConfig.base,
...hyeonEslintConfig.typescript,
...hyeonEslintConfig.plus,
]