2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

chore: ts-standard linting in scripts

This commit is contained in:
divlo 2021-01-01 04:42:06 +01:00
parent 89bfd83cfc
commit e87a335064

View File

@ -72,7 +72,7 @@
},
"scripts": {
"build": "rimraf ./build && tsc",
"lint": "exit 0",
"lint": "ts-standard | snazzy",
"format": "ts-standard --fix | snazzy",
"release": "release-it",
"test": "jest",