chore: ts-standard linting in scripts
This commit is contained in:
parent
89bfd83cfc
commit
e87a335064
@ -72,7 +72,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf ./build && tsc",
|
"build": "rimraf ./build && tsc",
|
||||||
"lint": "exit 0",
|
"lint": "ts-standard | snazzy",
|
||||||
"format": "ts-standard --fix | snazzy",
|
"format": "ts-standard --fix | snazzy",
|
||||||
"release": "release-it",
|
"release": "release-it",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
Reference in New Issue
Block a user