microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-check-changes-job

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/eslint-plugin-typespec/README.md

22lines · modepreview

# 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

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

## Rules

- [call-decorator](./docs/rules/call-decorator.md)