switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:55:58 +02:00
parent af10b4eee5
commit 1821a1bdfd
4 changed files with 4 additions and 34 deletions

13
.snyk
View File

@ -1,13 +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-JSYAML-173999:
- gray-matter > js-yaml:
reason: None given
expires: '2019-10-04T12:19:33.385Z'
SNYK-JS-JSYAML-174129:
- gray-matter > js-yaml:
reason: None given
expires: '2019-10-04T12:19:33.385Z'
patch: {}

View File

@ -6,10 +6,10 @@
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartfm",
"shortDescription": "frontmatter done right",
"npmPackagename": "@pushrocks/smartfm",
"npmPackagename": "@push.rocks/smartfm",
"license": "MIT"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartfm",
"name": "@push.rocks/smartfm",
"version": "2.0.4",
"private": false,
"description": "frontmatter done right",
@ -43,4 +43,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"
}