switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:56:46 +02:00
parent 01068a7ff0
commit 0450388295
3 changed files with 4 additions and 21 deletions

View File

@ -7,10 +7,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartlegal", "gitrepo": "smartlegal",
"shortDescription": "go legal programmatically", "shortDescription": "go legal programmatically",
"npmPackagename": "@pushrocks/smartlegal", "npmPackagename": "@push.rocks/smartlegal",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartlegal", "name": "@push.rocks/smartlegal",
"version": "1.0.24", "version": "1.0.24",
"private": false, "private": false,
"description": "go legal programmatically", "description": "go legal programmatically",
@ -58,4 +58,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }

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"
}