2.0.0 • Published 5 months ago

@novemberfiveco/eslint-config-serverless v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@novemberfiveco/eslint-config-serverless

← Back to Main README

Serverless ESLint configuration used by November Five. This package extends our base TypeScript configuration with Serverless specific rules.

Installation

npm install @novemberfiveco/eslint-config-serverless --save-dev

Configuration

Create an eslint.config.mjs file in your project root with the following content:

import novemberFiveConfig from "@novemberfiveco/eslint-config-serverless";
import { defineConfig } from "eslint/config";

export default defineConfig([novemberFiveConfig]);

Included Plugins

This configuration includes the following plugins in addition to those from @novemberfiveco/eslint-config-typescript:

2.0.0-beta.1

6 months ago

2.0.0-beta.0

6 months ago

2.0.0

5 months ago

1.0.0

1 year ago

0.4.1

1 year ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago