@bfra.me/eslint-config
v0.16.0
Published
Shared ESLint configuration for bfra.me
Downloads
1,990
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()