Skip to content

Commit

Permalink
Merge pull request #3614 from wanlwanl/wanl/adapt-new-rules-to-old-rules
Browse files Browse the repository at this point in the history
Move eslint-plugin-tsv
  • Loading branch information
wanlwanl authored Jan 26, 2025
2 parents 8d0e2cf + 5158a33 commit a118650
Show file tree
Hide file tree
Showing 27 changed files with 23 additions and 356 deletions.
32 changes: 0 additions & 32 deletions eng/tools/eslint-plugin-tsv/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions eng/tools/eslint-plugin-tsv/src/index.ts

This file was deleted.

59 changes: 0 additions & 59 deletions eng/tools/eslint-plugin-tsv/src/rules/emit-autorest.ts

This file was deleted.

55 changes: 0 additions & 55 deletions eng/tools/eslint-plugin-tsv/src/rules/kebab-case-org.ts

This file was deleted.

32 changes: 0 additions & 32 deletions eng/tools/eslint-plugin-tsv/src/utils/npm.ts

This file was deleted.

66 changes: 0 additions & 66 deletions eng/tools/eslint-plugin-tsv/test/e2e.test.ts

This file was deleted.

32 changes: 0 additions & 32 deletions eng/tools/eslint-plugin-tsv/test/rules/emit-autorest.test.ts

This file was deleted.

35 changes: 0 additions & 35 deletions eng/tools/eslint-plugin-tsv/test/rules/kebab-case-org.test.ts

This file was deleted.

10 changes: 0 additions & 10 deletions eng/tools/eslint-plugin-tsv/tsconfig.json

This file was deleted.

10 changes: 0 additions & 10 deletions eng/tools/eslint-plugin-tsv/vitest.config.ts

This file was deleted.

1 change: 0 additions & 1 deletion eng/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "azure-rest-api-specs-eng-tools",
"devDependencies": {
"@azure-tools/eslint-plugin-tsv": "file:eslint-plugin-tsv",
"@azure-tools/specs-model": "file:specs-model",
"@azure-tools/suppressions": "file:suppressions",
"@azure-tools/tsp-client-tests": "file:tsp-client-tests",
Expand Down
8 changes: 5 additions & 3 deletions eng/tools/typespec-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
"globby": "^14.0.1",
"simple-git": "^3.24.0",
"suppressions": "file:../suppressions",
"eslint-plugin-tsv": "file:../eslint-plugin-tsv",
"yaml": "^2.4.2"
"yaml": "^2.4.2",
"ajv": "^8.17.1",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@types/node": "^18.19.31",
"@vitest/coverage-v8": "^3.0.2",
"typescript": "~5.6.2",
"vitest": "^3.0.2"
"vitest": "^3.0.2",
"eslint": "^9.17.0"
},
"scripts": {
"build": "tsc --build",
Expand Down
Loading

0 comments on commit a118650

Please sign in to comment.