Compare commits
No commits in common. "master" and "v1.0.2" have entirely different histories.
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@push.rocks/smartlog-context",
|
||||
"name": "@pushrocks/smartlog-context",
|
||||
"version": "1.0.2",
|
||||
"private": false,
|
||||
"description": "create context objects from environements",
|
||||
|
17
tslint.json
Normal file
17
tslint.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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…
x
Reference in New Issue
Block a user