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": {
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "pushrocks",
|
||||
"gitscope": "push.rocks",
|
||||
"gitrepo": "smartfm",
|
||||
"shortDescription": "frontmatter done right",
|
||||
"npmPackagename": "@pushrocks/smartfm",
|
||||
"npmPackagename": "@push.rocks/smartfm",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
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