eslint-plugin: refactor to ES2021 and add no-undeclared-imports rule

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-02-03 11:10:38 +01:00
parent 98b2bd1b51
commit 4d05d5bf83
8 changed files with 339 additions and 84 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"lint": "backstage-cli package lint"
},
"dependencies": {
"@manypkg/get-packages": "^1.1.3"
"@manypkg/get-packages": "^1.1.3",
"minimatch": "^5.1.2"
},
"devDependencies": {
"@backstage/cli": "workspace:^"