0.3.1 • Published 9 months ago

@bfra.me/eslint-config v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@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()

License

MIT