An ESLint shareable config for Block65 projects.
Install with peer dependencies:
$ npx install-peerdeps --dev @block65/eslint-configAdd 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.
MIT