0.8.7 • Published 4 months ago

@agilebot/eslint-config v0.8.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@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
});
0.8.5

4 months ago

0.8.4

4 months ago

0.8.7

4 months ago

0.8.6

4 months ago

0.7.0-beta.1

11 months ago

0.7.0-beta.2

11 months ago

0.7.2

11 months ago

0.7.1

11 months ago

0.7.4

8 months ago

0.7.3

11 months ago

0.7.0

11 months ago

0.8.1

5 months ago

0.8.0

8 months ago

0.8.3

4 months ago

0.8.2

5 months ago

0.6.1

11 months ago

0.6.0

12 months ago

0.5.4

12 months ago

0.5.6

12 months ago

0.5.5

12 months ago

0.5.3

12 months ago

0.5.2

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.5.0

1 year ago

0.4.3

1 year ago

0.5.1

1 year ago

0.3.9

1 year ago

0.3.14

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.7

1 year ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago