switch to new org scheme
This commit is contained in:
parent
fa1185948c
commit
f00fd1e848
@ -2,10 +2,10 @@
|
||||
"gitzone": {
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "pushrocks",
|
||||
"gitscope": "push.rocks",
|
||||
"gitrepo": "smartpersona",
|
||||
"shortDescription": "manage logins",
|
||||
"npmPackagename": "@pushrocks/smartpersona",
|
||||
"npmPackagename": "@push.rocks/smartpersona",
|
||||
"license": "MIT",
|
||||
"projectDomain": "push.rocks"
|
||||
}
|
||||
@ -14,4 +14,4 @@
|
||||
"npmGlobalTools": [],
|
||||
"npmAccessLevel": "public"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@pushrocks/smartpersona",
|
||||
"name": "@push.rocks/smartpersona",
|
||||
"version": "1.0.6",
|
||||
"private": false,
|
||||
"description": "manage logins",
|
||||
@ -24,4 +24,4 @@
|
||||
"@pushrocks/smartjson": "^3.0.8",
|
||||
"@tsclass/tsclass": "^2.0.11"
|
||||
}
|
||||
}
|
||||
}
|
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