Enable linting for the lint plugins

This commit is contained in:
Yury Bondarenko
2024-03-14 15:02:39 +01:00
parent 9a27db3835
commit ae50780e28
2 changed files with 3 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
"parserOptions": {
"project": [
"./tsconfig.json",
"./cypress/tsconfig.json"
"./cypress/tsconfig.json",
"./lint/tsconfig.json"
],
"createDefaultProgram": true
},