@apicurio/eslint-config

0.3.0 • Public • Published

@apicurio/eslint-config

ESLint shareable config for Apicurio projects.

Installation

npm install --save-dev eslint @apicurio/eslint-config @typescript-eslint/eslint-plugin @typescript-eslint/parser

Note: This config assumes you are using TypeScript in your project which is why you must install some @typescript-eslint scoped dependencies.

Usage

Once the @apicurio/eslint-config package is installed, you can specify it in the extends section of your ESlint configuration.

{
	"extends": "@apicurio",
	"rules": {
		// Additional project rules
	}
}

Readme

Keywords

Package Sidebar

Install

npm i @apicurio/eslint-config

Weekly Downloads

225

Version

0.3.0

License

Apache-2.0

Unpacked Size

2.72 kB

Total Files

3

Last publish

Collaborators

  • ephelan
  • apicurio-ci
  • eric.wittmann