eslint-plugin: added tests for no-relative-monorepo-imports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -14,13 +14,15 @@
|
||||
"license": "Apache-2.0",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"lint": "backstage-cli package lint"
|
||||
"lint": "backstage-cli package lint",
|
||||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
"minimatch": "^5.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "workspace:^"
|
||||
"@backstage/cli": "workspace:^",
|
||||
"eslint": "^8.33.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user