Skip to content

FunctorFactory/eslint-config

Repository files navigation

eslint-config

The shareable configuration for ESLint used in all Functor Factory projects

Package Version Build Status

InstallationUsageLicense


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

In eslint.config.js:

import getConfig from '@functorfactory/config';

export default getConfig(import.meta.dirname);

License

GPL-3.0 Or Later