@cmhpedro/eslint-config
v2.0.0
Published
ESLint configuration used by Pedro Mariano.
Readme
ESLint config
What's included?
- Prettier
- Simple import sort
Installation
pnpm i -D @cmhpedro/eslint-configSetup
React
eslint.config.js:
import cmhpedroConfig from '@cmhpedro/eslint-config'
export default tseslint.config([
// ...other configs
cmhpedroConfig,
])