switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:42:32 +02:00
parent 0cf330baf0
commit be76a10868
3 changed files with 4 additions and 21 deletions

View File

@ -2,10 +2,10 @@
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartcheck",
"shortDescription": "easy checks for web and services",
"npmPackagename": "@pushrocks/smartcheck",
"npmPackagename": "@push.rocks/smartcheck",
"license": "MIT",
"projectDomain": "push.rocks"
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartcheck",
"name": "@push.rocks/smartcheck",
"version": "1.0.2",
"private": false,
"description": "easy checks for web and services",
@ -23,4 +23,4 @@
"dependencies": {
"puppeteer": "^1.12.2"
}
}
}

View File

@ -1,17 +0,0 @@
{
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"member-ordering": {
"options":{
"order": [
"static-method"
]
}
}
},
"defaultSeverity": "warning"
}