switch to new org scheme
This commit is contained in:
parent
8e16d2dd3b
commit
c8d9621f0b
@ -3,4 +3,4 @@
|
||||
"npmGlobalTools": [],
|
||||
"npmAccessLevel": "public"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@pushrocks/parcel-plugin-wrapper",
|
||||
"name": "@push.rocks/parcel-plugin-wrapper",
|
||||
"version": "1.0.5",
|
||||
"private": false,
|
||||
"description": "a wrapper for parcel",
|
||||
@ -23,4 +23,4 @@
|
||||
"dependencies": {
|
||||
"@gitzone/tsrun": "^1.1.17"
|
||||
}
|
||||
}
|
||||
}
|
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"
|
||||
}
|
Reference in New Issue
Block a user