switch to new org scheme
This commit is contained in:
parent
a476118a16
commit
9c5d8a83d8
15
.snyk
15
.snyk
@ -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: {}
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
17
tslint.json
17
tslint.json
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user