0.0.4 • Published 6 months ago

@functorfactory/eslint-config v0.0.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
6 months ago

Installation

npm install -D @functorfactory/eslint-config eslint

or

yarn add -D @functorfactory/eslint-config eslint

or

pnpm add -D @functorfactory/eslint-config eslint

Usage

To use this configuration, add it to your extends field

{
  ...
  "extends": "@functorfactory/prettier-config"
  ...
}

You can also add it to your flat config

import config from '@functorfactory/config';

export default [
  ...config,
]

License

GPL-3.0 Or Later