Skip to content

Commit 49c0d39

Browse files
committed
Replace javascript gulpfile with typescript
1 parent 528cbc8 commit 49c0d39

15 files changed

Lines changed: 1 addition & 113 deletions

File tree

extensions/ql-vscode/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
parserOptions: {
44
ecmaVersion: 2018,
55
sourceType: "module",
6-
project: ["tsconfig.json", "./src/**/tsconfig.json", "./_gulpfile.ts/tsconfig.json"],
6+
project: ["tsconfig.json", "./src/**/tsconfig.json", "./gulpfile.ts/tsconfig.json"],
77
},
88
plugins: ["@typescript-eslint"],
99
env: {

extensions/ql-vscode/gulpfile.js/index.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

extensions/ql-vscode/gulpfile.js/webpack.config.ts

Lines changed: 0 additions & 65 deletions
This file was deleted.

extensions/ql-vscode/gulpfile.js/webpack.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)