switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:18:04 +02:00
parent e2b1e1a735
commit 3bde2d9b3d
4 changed files with 4 additions and 90 deletions

69
.snyk
View File

@ -1,69 +0,0 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-NODESASS-535497:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-535498:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-535502:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540956:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540958:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540964:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540974:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540978:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540980:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540990:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540992:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540994:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540996:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540998:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-541000:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-541002:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.941Z'
patch: {}

View File

@ -6,10 +6,10 @@
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartsass",
"shortDescription": "smart wrapper for sass",
"npmPackagename": "@pushrocks/smartsass",
"npmPackagename": "@push.rocks/smartsass",
"license": "MIT"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartsass",
"name": "@push.rocks/smartsass",
"version": "2.0.6",
"private": false,
"description": "smart wrapper for sass",
@ -50,4 +50,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"
}