mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
remove svelte-checks
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
a17d566829
commit
3d746d6fef
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user