@agilebot/eslint-config v0.8.7
@agilebot/eslint-config
Usage
Manual Install
npm install --save-dev eslint \
@agilebot/eslint-configAnd 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
});5 months ago
5 months ago
5 months ago
5 months ago
12 months ago
12 months ago
12 months ago
12 months ago
9 months ago
11 months ago
12 months ago
5 months ago
9 months ago
5 months ago
5 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago