Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 353 Bytes

File metadata and controls

22 lines (14 loc) · 353 Bytes

TypeSpec Eslint Plugin

Installation

Install the package as a dev dependency.

npm install -D @typespec/eslint-plugin

Usage

Add the following to your eslint config

plugins: ["@typespec/eslint-plugin"],
extends: ["plugin:@typespec/eslint-plugin/recommended"],

Rules