0.2.1 • Published 1 year ago
@functorfactory/eslint-config v0.2.1
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