2.0.0 • Published 8 months ago
@brixtol/eslint-config v2.0.0
@brixtol/eslint-config
This package includes the shareable ESLint configuration consumed by Brixtol Textiles for TypeScript projects.
Files
The shared configuration applies to the following files:
.js
.ts
.cjs
.mjs
Install
pnpm add @brixtol/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 '@brixtol/eslint-config';
export default [
...shared,
{
ignores: [],
rules: {}
}
];
Related
License
We ♡ open source!