switch to new org scheme
This commit is contained in:
parent
af10b4eee5
commit
1821a1bdfd
13
.snyk
13
.snyk
@ -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: {}
|
|
@ -6,10 +6,10 @@
|
|||||||
"gitzone": {
|
"gitzone": {
|
||||||
"module": {
|
"module": {
|
||||||
"githost": "gitlab.com",
|
"githost": "gitlab.com",
|
||||||
"gitscope": "pushrocks",
|
"gitscope": "push.rocks",
|
||||||
"gitrepo": "smartfm",
|
"gitrepo": "smartfm",
|
||||||
"shortDescription": "frontmatter done right",
|
"shortDescription": "frontmatter done right",
|
||||||
"npmPackagename": "@pushrocks/smartfm",
|
"npmPackagename": "@push.rocks/smartfm",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartfm",
|
"name": "@push.rocks/smartfm",
|
||||||
"version": "2.0.4",
|
"version": "2.0.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "frontmatter done right",
|
"description": "frontmatter done right",
|
||||||
@ -43,4 +43,4 @@
|
|||||||
"npmextra.json",
|
"npmextra.json",
|
||||||
"readme.md"
|
"readme.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
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