switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:02:38 +02:00
parent a476118a16
commit 9c5d8a83d8
4 changed files with 4 additions and 36 deletions

15
.snyk
View File

@ -1,15 +0,0 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:chownr:20180731':
- chokidar > fsevents > node-pre-gyp > tar > chownr:
reason: None given
expires: '2018-12-13T00:39:40.332Z'
- fswatcher-child > chokidar > fsevents > node-pre-gyp > tar > chownr:
reason: None given
expires: '2018-12-13T00:39:40.332Z'
- parcel-bundler > fswatcher-child > chokidar > fsevents > node-pre-gyp > tar > chownr:
reason: None given
expires: '2018-12-13T00:39:40.332Z'
patch: {}

View File

@ -7,10 +7,10 @@
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartlog-destination-devtools",
"shortDescription": "beautiful logging for the browser",
"npmPackagename": "@pushrocks/smartlog-destination-devtools",
"npmPackagename": "@push.rocks/smartlog-destination-devtools",
"license": "MIT"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartlog-destination-devtools",
"name": "@push.rocks/smartlog-destination-devtools",
"version": "1.0.10",
"private": false,
"description": "beautiful logging for the browser",
@ -40,4 +40,4 @@
"npmextra.json",
"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"
}