Skip to content

Commit

Permalink
feat: Event forwarding
Browse files Browse the repository at this point in the history
Fixes #17
  • Loading branch information
bfanger committed Oct 1, 2023
1 parent 22de74e commit db76652
Show file tree
Hide file tree
Showing 7 changed files with 2,916 additions and 1,176 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/bfanger/svelte-preprocess-react.git"
},
"version": "0.16.0",
"version": "0.17.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -32,16 +32,13 @@
"prepare": "husky install"
},
"lint-staged": {
"*.ts": [
"eslint --max-warnings 0 --no-ignore",
"sh -c 'tsc -p tsconfig.json --noEmit'"
"*.{ts,svelte}": [
"svelte-check --fail-on-warnings"
],
"*.(c)?js": [
"*.{ts,svelte,js,cjs,mjs}": [
"eslint --max-warnings 0 --no-ignore"
],
"*.svelte": [
"eslint --max-warnings 0 --no-ignore",
"svelte-check --fail-on-warnings",
"*.{ts,js,svelte,css,scss,json,html}": [
"prettier --check"
]
},
Expand Down
Loading

0 comments on commit db76652

Please sign in to comment.