0.1.1 • Published 6 months ago
@syncify/eslint-config v0.1.1
@syncify/eslint-config
This package includes a shareable ESLint configuration that can optionally be used within Syncify projects.
Install
pnpm add @syncify/eslint-config --save-dev
Requires
eslint
as peer dependency.
Usage
This shared configuration uses the eslint flatConfig format as per v9 of eslint and requires a eslint.config.js
file be included at the root of projects.
import shared from '@syncify/eslint-config';
export default [
...shared,
{
ignores: [],
rules: {}
}
];