added eslint-plugin

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-17 22:55:41 +01:00
parent 1e84c75dc9
commit 179d301518
7 changed files with 222 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "@backstage/eslint-plugin",
"description": "Backstage ESLint plugin",
"version": "0.0.0",
"publishConfig": {
"access": "public"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/eslint-plugin"
},
"license": "Apache-2.0",
"main": "./index.js"
}