UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

12 lines (10 loc) 246 B
// @ts-check import eslint from "@eslint/js"; import tsEslint from "typescript-eslint"; export default tsEslint.config( { ignores: ["**/dist/**/*", "**/.temp/**/*"], }, eslint.configs.recommended, ...tsEslint.configs.recommended, );