Skip to content

block65/eslint-config

Repository files navigation

npm npm

Block65 ESLint config with Prettier

An ESLint shareable config for Block65 projects.

Installation

Install with peer dependencies:

$ npx install-peerdeps --dev @block65/eslint-config

Usage

Add the following to module.exports in .eslintrc.cjs or eslintConfig in package.json

"extends": [
  "@block65"
]

Add the following to your module.exports in prettier.config.mjs or prettier in package.json

"@block65/eslint-config/prettier"

For more details on ESLint shareable configs, read the shareable configs docs.

License

MIT