@bfra.me/eslint-config
v0.4.6
Published
Shared ESLint configuration for bfra.me
Downloads
960
Readme
@bfra.me/eslint-config
Shared ESLint configuration for bfra.me.
Install
NPM
npm install --save-dev @bfra.me/eslint-config eslint
PNPM
pnpm add --save-dev @bfra.me/eslint-config eslint
Yarn
yarn add --dev @bfra.me/eslint-config eslint
Usage
Add or update your eslint.config.js
file to include the following:
import preset from "@bfra.me/eslint-config"
export default preset()