@agilebot/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

0.8.7 • Public • Published

@agilebot/eslint-config

npm

Usage

Manual Install

npm install --save-dev eslint \
  @agilebot/eslint-config

And create eslint.config.mjs in your project root:

// eslint.config.mjs
import { agilebot } from '@agilebot/eslint-config';

export default agilebot(import.meta);

Customization

The agilebot preset provides a streamlined way to configure your ESLint setup. Here’s how you can use it and customize it based on your needs.

Basic Usage

To get started, import the agilebot preset:

// eslint.config.mjs
import { agilebot } from '@agilebot/eslint-config';

export default agilebot(import.meta);

This will automatically apply the default configurations provided by agilebot.

Advanced Customization

If you want more control, you can customize individual integrations using the FactoryOptions interface. For example:

// eslint.config.mjs
import { agilebot } from '@agilebot/eslint-config';

export default agilebot(import.meta, {
  ...
  // Other options
});

Readme

Keywords

Package Sidebar

Install

npm i @agilebot/eslint-config

Weekly Downloads

389

Version

0.8.7

License

MIT

Unpacked Size

100 kB

Total Files

14

Last publish

Collaborators

  • kokororin