switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:41:17 +02:00
parent faa4bb88a8
commit 29d439ce0d
3 changed files with 4 additions and 21 deletions

View File

@ -9,10 +9,10 @@
"gitzone": { "gitzone": {
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "gulp-function", "gitrepo": "gulp-function",
"shortDescription": "accepts a function call as parameter to execute in gulp pipeline", "shortDescription": "accepts a function call as parameter to execute in gulp pipeline",
"npmPackagename": "@pushrocks/gulp-function", "npmPackagename": "@push.rocks/gulp-function",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/gulp-function", "name": "@push.rocks/gulp-function",
"private": false, "private": false,
"version": "3.0.5", "version": "3.0.5",
"description": "accepts a function call as parameter to execute in gulp pipeline", "description": "accepts a function call as parameter to execute in gulp pipeline",
@ -50,4 +50,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "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"
}