0dea649cd7
- Remove unused rollup-plugin-dts dep that had problematic license - Update dependencies to fix vulnerabilies |
||
---|---|---|
.. | ||
docs/rules | ||
src | ||
test | ||
.eslintrc.cjs | ||
CHANGELOG.json | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
package.json | ||
tsconfig.config.json | ||
tsconfig.json | ||
vitest.config.mts |
README.md
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"],