Skip to content

Commit a3f9518

Browse files
committed
Set up deprecation plugin
1 parent 79fd44f commit a3f9518

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

extensions/ql-vscode/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const baseConfig = {
2828
"plugin:@typescript-eslint/recommended",
2929
"plugin:import/recommended",
3030
"plugin:import/typescript",
31+
"plugin:deprecation/recommended",
3132
],
3233
rules: {
3334
"@typescript-eslint/await-thenable": "error",

extensions/ql-vscode/package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,6 +2024,7 @@
20242024
"eslint": "^8.56.0",
20252025
"eslint-config-prettier": "^9.0.0",
20262026
"eslint-import-resolver-typescript": "^3.6.1",
2027+
"eslint-plugin-deprecation": "^2.0.0",
20272028
"eslint-plugin-etc": "^2.0.2",
20282029
"eslint-plugin-github": "^4.4.1",
20292030
"eslint-plugin-import": "^2.29.1",

0 commit comments

Comments
 (0)