Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl committed Jan 24, 2025
1 parent 725770b commit 01ec98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/tools/eslint-plugin-tsv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@azure-tools/eslint-plugin-tsv",
"private": true,
"type": "module",
"main": "dist/src/index.js",
"dependencies": {
"ajv": "^8.17.1",
"yaml-eslint-parser": "^1.2.3"
Expand Down
1 change: 1 addition & 0 deletions eng/tools/eslint-plugin-tsv/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Note: This file is a tempory workaround for converting new rules to old rules

Check failure on line 1 in eng/tools/eslint-plugin-tsv/src/index.ts

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/tools/eslint-plugin-tsv/src/index.ts' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
import { ESLint } from "eslint";
import tsvPlugin from "./eslint-plugin-tsv.js";

Expand Down

0 comments on commit 01ec98c

Please sign in to comment.