@block65/eslint-config

[![npm](https://img.shields.io/npm/v/@block65/eslint-config.svg)](https://www.npmjs.com/package/@block65/eslint-config) [![npm](https://img.shields.io/npm/l/@block65/eslint-config.svg)](https://github.com/block65/eslint-config/blob/master/LICENSE)

Usage no npm install needed!

<script type="module">
  import block65EslintConfig from 'https://cdn.skypack.dev/@block65/eslint-config';
</script>

README

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.js or eslintConfig in package.json

"extends": [
  "@block65/eslint-config"
]

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

"@block65/eslint-config/prettier.config"

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

License

MIT