eslint
This commit is contained in:
parent
0544b91872
commit
c3980723f4
@ -5,7 +5,7 @@ version: '3'
|
||||
vars:
|
||||
GREETING: Hello, World!
|
||||
FILES:
|
||||
sh: git diff-ls --diff-filter=d main | perl -pe's/\n/ /'
|
||||
sh: git diff-ls --diff-filter=d main | grep -v .eslintignore | perl -pe's/\n/ /'
|
||||
|
||||
tasks:
|
||||
build: vite build
|
||||
|
@ -103,7 +103,6 @@
|
||||
|
||||
<script>
|
||||
import { getContext } from 'svelte';
|
||||
import Stars from '@ernane/svelte-star-rating';
|
||||
|
||||
export let params;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user