@toreda/eslint-config
v3.1.0
Published
Toreda's shareable ESLint flat config for TypeScript and Prettier. Requires ESLint 9+.
Readme
@toreda/eslint-config
Toreda's official eslint-config for organization-wide TypeScript projects.
Installation
Install with pnpm
$ `pnpm` add @toreda/eslint-config --DInstall with npm
$ npm add @toreda/eslint-config --save-dev
Usage
Using the config
After @toreda/eslint-config has been added to project dependencies, create (or open) eslint.config.js in your project's root folder.
Spread @toreda/eslint-config into your flat config array:
const toredaConfig = require('@toreda/eslint-config');
module.exports = [
...toredaConfig,
{
rules: {}
}
];Requires ESLint 9 or newer. For ESLint 8 and earlier, use
@toreda/[email protected].
More information
See eslint.org's shareable configs page for more information.
Legal
License
MIT © Toreda, Inc.
Copyright
Copyright © 2019 - 2026 Toreda, Inc. All Rights Reserved.
https://www.toreda.com

