switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:02:41 +02:00
parent 91a323deb4
commit 1755a88f54
3 changed files with 4 additions and 21 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartlog-destination-file", "gitrepo": "smartlog-destination-file",
"shortDescription": "a smartlog destination for transparently writing to a file", "shortDescription": "a smartlog destination for transparently writing to a file",
"npmPackagename": "@pushrocks/smartlog-destination-file", "npmPackagename": "@push.rocks/smartlog-destination-file",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartlog-destination-file", "name": "@push.rocks/smartlog-destination-file",
"version": "1.0.7", "version": "1.0.7",
"private": false, "private": false,
"description": "a smartlog destination for transparently writing to a file", "description": "a smartlog destination for transparently writing to a file",
@ -37,4 +37,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }

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"
}