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