remove svelte-checks

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-11 10:05:55 +02:00
parent a17d566829
commit 3d746d6fef
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -10,8 +10,7 @@
"test": "jest",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && eslint --fix src",
"svelte-check": "svelte-check"
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && eslint --fix src"
},
"devDependencies": {
"svelte-loader":"^3.1.2",